This commit is contained in:
2026-06-24 13:47:14 +02:00
commit fd930e15cb
2377 changed files with 1213931 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
CREATE TABLE t0 (c0 , c1 , c2 , c3 );
CREATE INDEX i8 ON t0(c1) WHERE ( 'default');
INSERT INTO t0 VALUES (894, 89, 'unique_0_578', 'unique_0_359') ;
SELECT COALESCE( ( c0) , 9) FROM t0 WHERE (t0.c1) IN (SELECT c1 FROM t0)