Friday, February 14, 2014

Useful SQL command


Truncat database table:

TRUNCATE TABLE table_name;

No comments: