How to empty database table??
Hi
I have tried using the command under PHP to empty the database table, but it does not. Using phpMyAdmin, I am able to use the empty function to remove the data.
I have issued the command: "delete * from database.table" but it does nothing.
Please advice how can I empty the table without using the phpMyAdmin to empty the table.
Thanks!
Regards
Edward Han
|