This commit is contained in:
2026-06-24 13:47:14 +02:00
commit fd930e15cb
2377 changed files with 1213931 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
CREATE TABLE IF NOT EXISTS table_3 ( INT, table_3_c1 ) ;
INSERT INTO table_3 VALUES ( 2, NULL) ;
SELECT * FROM table_3 WHERE ( SELECT table_3_c1 LIMIT NULL )