Closed longfeiss closed 3 years ago
Please answer these questions before submitting your issue. Thanks!
select * from t where not not exists (select a from t);
select * from t where exists (select a from t);
select * from t where not exists (select a from t);
Bug Report
Please answer these questions before submitting your issue. Thanks!
select * from t where not not exists (select a from t);
select * from t where exists (select a from t);
select * from t where not exists (select a from t);