It could be that you have a field that's set to auto_increment this will make the number 1, 2, 3, etc etc. OR it could be a field that's set to unique, just remove it from being unique. Without understanding your table structure and how you expect it to work it is difficult to diagnose.
Is there any way to make auto increment (I have two fields in my db on AI) start at a number like one starts at 100001 and another starts at 20001 so they don't duplicate? Thanks.
it could be a field that's set to unique, just remove it from being unique Is there any way to make auto increment (I have two fields in my db on AI) start at a number like one starts at 100001 and another starts at 20001 so they don't duplicate?