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 1736503790
Allow the user to tailor the environment.
Home
Notebook
Contact us