Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SQL

mysql drop table

DROP TABLE table;
DROP TABLE IF EXISTS table;
DROP TABLE table1, table2, ...
Source by devhints.io #
 
PREVIOUS NEXT
Tagged: #mysql #drop #table
ADD COMMENT
Topic
Name
7+9 =