normalize test

pull/7897/head
Mehmet Yilmaz 2025-02-12 20:23:34 +00:00 committed by Mehmet YILMAZ
parent e2e291c8e2
commit 54d03be16a
1 changed files with 3 additions and 3 deletions

View File

@ -83,10 +83,10 @@ SELECT 't6_pg after' AS label, * FROM t6_pg;
-- The outer subquery iterates over rows from the reference table t2_ref
UPDATE t6_pg
UPDATE t6_pg
SET vkey = 43
WHERE EXISTS (
SELECT (SELECT c22 FROM t4_pg)
WHERE EXISTS (
SELECT (SELECT c22 FROM t4_pg)
FROM t2_ref
);
ERROR: relation "issue_7891.t6_pg" does not exist