Skip to content

Commit 34871a6

Browse files
author
James Cor
committed
typo in query
1 parent 55bd66b commit 34871a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

enginetest/queries/script_queries.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11318,7 +11318,7 @@ select * from t1 union (
1131811318
select * from t1 intersect (
1131911319
select j from t2
1132011320
where (
11321-
j = 1
11321+
j > 10
1132211322
or
1132311323
j in (
1132411324
select j from t1 join t2
@@ -11335,7 +11335,7 @@ select * from t1 intersect (
1133511335
select * from t1 except (
1133611336
select j from t2
1133711337
where (
11338-
j = 1
11338+
j > 10
1133911339
or
1134011340
j in (
1134111341
select j from t1 join t2

0 commit comments

Comments
 (0)