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 1757592935
Build a prototype as soon as possible.
Home
Notebook
Contact us