117
31
|
I need to delete all rows from a table but when I add a new row, I want the primary key ID, which has an auto increment, to start again from 0 respectively from 1.
| |||
add a comment
|
198
|
Do not delete, use truncate:
| ||||
|
I need to delete all rows from a table but when I add a new row, I want the primary key ID, which has an auto increment, to start again from 0 respectively from 1.
| ||||
add a comment
|
Do not delete, use truncate:
| |||||
|