When I copy a db table to another I want to start the rows at zero again.
It took me a little while to find the answer to this one, but it is very easy:
TRUNCATE TABLE xx;
That is the query statement I use within HeidiSQL to reset the id rows to zero while keeping the structure of the database intact.





