We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cb017c commit 985c001Copy full SHA for 985c001
test/regression/expected/alter_table_set_schema.out
@@ -13,7 +13,7 @@ ERROR: relation "test_schema1.non_existent_table" does not exist
13
-- Try to move a table to a non-existent schema
14
ALTER TABLE test_schema1.duckdb_table SET SCHEMA non_existent_schema;
15
ERROR: relation "test_schema1.duckdb_table" does not exist
16
--- Test with temporary tables (these should work)
+-- Test with temporary tables
17
CREATE TEMP TABLE temp_duckdb_table (
18
id INT,
19
name TEXT
0 commit comments