limit DEFAULT_CTX_ID of tenant_500 from 4G to 2G
This commit is contained in:
@ -104,7 +104,7 @@ select * from
|
||||
where rn = 1;
|
||||
|
||||
# mysql 8.0 window_function bug:
|
||||
# aone:
|
||||
# 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) ,
|
||||
|
||||
Reference in New Issue
Block a user