blob: 3498a70e867592ae21f6495badaa5a5945cf2e88 [file] [log] [blame]
--! qt:dataset:src
DROP VIEW xxx12;
-- views and tables share the same namespace
CREATE TABLE xxx12(key int);
CREATE VIEW xxx12 AS SELECT key FROM src;