blob: b6e231b88d91ce74a3548c9f90e5fe40adde88fe [file] [log] [blame]
--! qt:dataset:src
DROP VIEW xxx4;
CREATE VIEW xxx4
AS
SELECT * FROM src;
-- should fail: need to use ALTER VIEW, not ALTER TABLE
ALTER TABLE xxx4 RENAME TO xxx4a;