hey,
I need to resolve something but i dont know how, i explain.
lets imagine i have a database table like this:
id -- name -- etc
1 -- name1 -- etc1
2 -- name2 -- etc2
id = int, auto increment, primary key
now i use a command to delete the id = 1 row.
now i add a new row in the table and the database will give it id = 3 instead of the deleted one id = 1..
how can i prevent the problem that it let open spaces in the id column?