I need to write a query that take one field, that should be a list of numbers that increase by 1. I need to be able to verify that all the numbers go up in sequence by one, or if they don’t for a flag to be shown at the point where it is wrong.
Any ideas?