Delete all record from table in mysql

17. May 2013

Delete all record from table in mysql

http://stackoverflow.com/questions/8091053/delete-all-record-from-table-in-mysql

TRUNCATE TABLE <table name>;

MySQL, SQL

Add comment

  Country flag

biuquote
  • Comment
  • Preview
Loading