Hello,
I have a table in MySQL with a column called record_num that is an auto-increment for every submission.. the problem is when I delete a row by form the numbers are out of sequence for EX. Ill have 1,3,5,9 and so on, is there a way to reset that auto-increment so that all the numbers are in sequence?