MySQL Clear table data

Source: Internet
Author: User

Delete from table name;

truncatetable table name;

The DELETE statement without the Where parameter removes everything from the MySQL table, and you can also empty all the contents of the MySQL table using TRUNCATE TABLE .

The efficiency of truncate is faster than delete , but the MySQL log is not recorded after Truncate deleted , and data cannot be recovered.

The effect of delete is a bit like removing all records from a MySQL table to the end of a delete,

The truncate is equivalent to preserving the structure of the MySQL table and recreating the table, all of which are equivalent to the new table.

2013-09-02

From the Baidu Space migration

MySQL Clear table data

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.