Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SQL

how to DROP a table in mysql

-- 'DROP TABLE' followed by the name of the table you would like
-- to drop.
DROP TABLE `test_table`;
 
PREVIOUS NEXT
Tagged: #DROP #table #mysql
ADD COMMENT
Topic
Name
9+1 =