Delete, Truncate or Drop to clean out a table in MySQL

前端 未结 6 625
野性不改
野性不改 2021-02-07 03:49

I am attempting to clean out a table but not get rid of the actual structure of the table. I have an id column that is auto-incrementing; I don\'t need to keep the

6条回答
  •  旧时难觅i
    2021-02-07 03:57

    Truncate table is what you are looking for http://www.1keydata.com/sql/sqltruncate.html

提交回复
热议问题