Changeset: 769cc21b3d32 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/769cc21b3d32
Modified Files:
sql/test/BugTracker-2024/Tests/exp_ref-Bug-7479.test
Branch: Aug2024
Log Message:
Merge with Dec2023 branch.
diffs (20 lines):
diff --git a/sql/test/BugTracker-2024/Tests/exp_ref-Bug-7479.test
b/sql/test/BugTracker-2024/Tests/exp_ref-Bug-7479.test
--- a/sql/test/BugTracker-2024/Tests/exp_ref-Bug-7479.test
+++ b/sql/test/BugTracker-2024/Tests/exp_ref-Bug-7479.test
@@ -10,15 +10,8 @@ WITH x AS ( SELECT 1 x UNION SELECT - '1
1
1
-query IRI rowsort
+statement error syntax error, unexpected ')' in: "with x as ( select 1 x union
select - '199419' ) select 1 from x as where x in ("
WITH x AS ( SELECT 1 x UNION SELECT - '199419' ) SELECT 1 FROM x AS WHERE x IN
( SELECT min ( x ) OVER ( PARTITION BY x ) AS )
-----
-1
--199419.000
-1
-1
-1.000
-1
query I nosort
WITH x AS ( SELECT 1 x UNION SELECT - '199419' ) SELECT 1 FROM x AS WHERE x IN
( SELECT x FROM x , ( SELECT min ( x ) OVER ( PARTITION BY x ) ) AS )
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]