You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
create table t_13722(id int, tt timestamp)
distributed by (id);
set optimizer to off;
select
t1.*
from
t_13722 t1
where
t1.id not in (select id from t_13722 where id != 4)
and
t1.tt = (select min(tt) from t_13722 where id = t1.id);
Apache Cloudberry version
Current main branch is 6cec348
What happened
What you think should happen instead
No response
How to reproduce
upper
Operating System
no relatived
Anything else
No response
Are you willing to submit PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: