We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55bd66b commit 34871a6Copy full SHA for 34871a6
enginetest/queries/script_queries.go
@@ -11318,7 +11318,7 @@ select * from t1 union (
11318
select * from t1 intersect (
11319
select j from t2
11320
where (
11321
- j = 1
+ j > 10
11322
or
11323
j in (
11324
select j from t1 join t2
@@ -11335,7 +11335,7 @@ select * from t1 intersect (
11335
select * from t1 except (
11336
11337
11338
11339
11340
11341
0 commit comments