blob: 93bb16232d57d29bb303353fb1621a5181b42767 [file] [log] [blame]
SET hive.exec.drop.ignorenonexistent=false;
-- Can't use DROP VIEW if the view doesn't exist and IF EXISTS isn't specified
DROP VIEW UnknownView;