Skip to navigation
How to delete sql table contents and set AUTO INCREMENT to 1
07.12.13
Reply
Anonymous
TRUNCATE TABLE foo_table_name; with codeigniter you can use: $this->db->simple_query('TRUNCATE TABLE foo_table_name');
07.12.13
Reply
Anonymous
Information Epoch 1742006700
Use lower case and keep it short.
Home
Notebook
Contact us