blob: d47c08b876fca6d3ad382da45df79c062b732a1e [file] [log] [blame]
set hive.exec.drop.ignorenonexistent=false;
-- Can't use DROP TABLE if the table doesn't exist and IF EXISTS isn't specified
DROP TABLE UnknownTable;