blob: 9dff7842506169d4413d18124a6cbeb618b60433 [file] [log] [blame]
-- should fail: can't use ALTER VIEW on a table
CREATE TABLE invites (foo INT, bar STRING) PARTITIONED BY (ds STRING);
ALTER VIEW invites RENAME TO invites2;