Thursday, February 20, 2014

SQL Command --- Delete all data from a Specific table

SELECT * FROM `user_content` WHERE 1

Here user_content is your table. Where you want to delete all data.

No comments: