0
I am using AUTO_INCREMENT to automatically add an ID whenever I create a new column. However when clearing a column, the ID number continues to add +1 instead of starting from where it left off.
How do I make when I clean a column the ID number is the same instead of adding +1?
I had already seen the first option (Mysql) and really should be the best I can do, thank you!
– D. Rodrigues