Popular Posts

SQLblog.com - The SQL Server blog spot on the web

Wednesday, July 26, 2017

Find out what numbers are not following designed sequence.

SQLServerCentral » Latest topics
Find out what numbers are not following designed sequence.
Example : If numbers range from 1 to 1957 and should be in sequence (1,2,3,4,5,6......1957), how can I find a number that does not
follow the designed sequence (like 1,2,3,6,4,5,7,8,10,11,9..1957.). Numbers 6 and 9 are not in the right sequence.

No comments: