mysql drop multiple tables at once

Solutions on MaxInterview for mysql drop multiple tables at once by the best coders in the world

showing results for - "mysql drop multiple tables at once"
Emmy
16 Aug 2018
1DROP TABLE IF EXISTS B,C,A;