[fix] remove some internal urls and emails

This commit is contained in:
obdev
2023-03-17 20:55:23 +08:00
committed by ob-robot
parent e386747097
commit 8ce2f275c4
647 changed files with 905 additions and 905 deletions

View File

@ -104,7 +104,7 @@ select * from
where rn = 1;
# mysql 8.0 window_function bug:
# aone: https://aone.alibaba-inc.com/project/81079/issue/15336343
# aone:
# select c_birth_month, c_birth_year, c_customer_sk, c_first_name,
#first_value(c_first_name) over (partition by c_birth_month order by c_birth_year, c_customer_sk),
# last_value(c_first_name) over (partition by c_birth_month order by c_birth_year, c_customer_sk) ,