AcidReignX
Programmer
I'm trying to set up a program where I will have many entries with rows, and they will all be assigned id numbers. However, some of those rows will be removed, and the id numbers will not decrease (which is good because I don't want them to). However, I DO want to know how I can call on a row number without searching for the id that is set for auto_increment.
How might I do that?
How might I do that?