drop view t1, t2, ...
and drop table t1, t2, ...
silently ignores arguments past the first
#4531
Labels
bug
Something isn't working
Describe the bug
drop view t1, t2, ...
anddrop table t1, t2, ...
silently ignores arguments past the firstTo Reproduce
Expected behavior
The
drop
statement should failAdditional context
Found while working on #4513
The text was updated successfully, but these errors were encountered: