hi everyone,
i have a database table that was getting large.... i deleted all the entrys to start again but each time i add a new entry the id is continuing from the deleted list?
so instead of going 1 2 3 etc, its starting from 664, as if the old rows still existed
is there a way i can return the auto incrimented id to 1 again?
thanks