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 1732484415
A language that doesn't affect the way you think is not worth knowing.
Home
Notebook
Contact us