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 1746842991
Data dominates.
Home
Notebook
Contact us