Sign in
apache
/
hive
/
master
/
.
/
ql
/
src
/
test
/
queries
/
clientnegative
/
database_drop_does_not_exist.q
blob: 66a940e63dea63dfb8532c68575f9e23da66d724 [
file
] [
log
] [
blame
]
SHOW DATABASES
;
--
Try
to drop a database that does
not
exist
DROP DATABASE does_not_exist
;