Codeigniter Menu

HTML CSS

Video

Sound

SEO


Feb 20
2012

Delete All Entries From MYSQL Table

Posted 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;

Comments (0)add comment

Write comment

busy