M
mgp
How do I querry a table that has a 5 digit number as the
key to determine if there are any numbers missing?
For example: My table "orders" currently has 1118 records
with a key starting with 74801 and finishes with 76209.
There are some keys that were either deleted or skipped
when inserting records. How can I find out which numbers
are missing in the table so that I can verify table
integrity?
a2k
key to determine if there are any numbers missing?
For example: My table "orders" currently has 1118 records
with a key starting with 74801 and finishes with 76209.
There are some keys that were either deleted or skipped
when inserting records. How can I find out which numbers
are missing in the table so that I can verify table
integrity?
a2k