blob: 6fdcd4a9d377dbe4d3ee6354f3b64eb110a5b0b0 [file] [log] [blame]
DROP VIEW xxx4;
-- views and tables share the same namespace
CREATE VIEW xxx4 AS SELECT key FROM src;
CREATE TABLE xxx4(key int);