|
Feb 20
2012
|
Delete All Entries From MYSQL TablePosted by bohemia in Untagged |
|
Delete All Entries From MYSQL Database Table With Truncate
Database tables can load up quickly with data. As data becomes obsolete you may want to remove all entries from a table. The command below explains how to remove all entries within a mysql table.TRUNCATE TABLE tablename;
