MySQL Examples08 May 2006 10:43 am
The Drop command is used to delete all the records in a table using the table name as shown below:
Syntax:
$dropSQL=("DROP tblName");
Example
CODE:
-
$dropSQL=("DROP tblstudent");