Changeset: adc8681842bc for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/adc8681842bc
Modified Files:
        sql/test/2024/Tests/distinct_from.test
Branch: distinct_from
Log Message:

add equi join test


diffs (15 lines):

diff --git a/sql/test/2024/Tests/distinct_from.test 
b/sql/test/2024/Tests/distinct_from.test
--- a/sql/test/2024/Tests/distinct_from.test
+++ b/sql/test/2024/Tests/distinct_from.test
@@ -158,3 +158,11 @@ 20
 NULL
 30
 
+
+query II rowsort
+select foo.s, bar.s from foo, bar where foo.s is not distinct from bar.s
+----
+20
+20
+NULL
+NULL
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to