blob: 66a940e63dea63dfb8532c68575f9e23da66d724 [file] [log] [blame]
SHOW DATABASES;
-- Try to drop a database that does not exist
DROP DATABASE does_not_exist;