Hello everyone.
I have a query that I made on the database the output of which is say for example
Id
1
2
3
4
5
I then made changes to the Database.
I ran the same query . This time I get
Id
1
3
5
I would like to know if there is a way of finding the missing Id's in the second query.
My query outputs more than 11000 rows.
Thanks
L&P