G
Gary Dolliver
Hi all,
Is it possible to find missing numbers from a sequence? For example, if my
table data (in a column) is 1,2,3,4,6,7,8,9,11,12... the desired result
would be 5,10
Is this something that can be done? A while back, someone mentioned setting
up another table that has the complete number sequence and then do a
comparison, but is there something else that can be done?
We have some buggy web order importing going on, and I want to be able to
catch these misses so they are not forgotten.
Help is appreciated, thanks
-gary
Is it possible to find missing numbers from a sequence? For example, if my
table data (in a column) is 1,2,3,4,6,7,8,9,11,12... the desired result
would be 5,10
Is this something that can be done? A while back, someone mentioned setting
up another table that has the complete number sequence and then do a
comparison, but is there something else that can be done?
We have some buggy web order importing going on, and I want to be able to
catch these misses so they are not forgotten.
Help is appreciated, thanks
-gary