I'm kinda clueless about how to write a strange (at least for me!) SELECT statement. I'm new to SQL and I'm not even sure what I'm trying to do makes sense... Let's say I have the given table :
ID_NUMBER --------- 1 2 3 5 6 8 Is there any simple way to have a table returned with the missing values of ID_NUMBER from the sequence of [1-8] to obtain the following table?
ID_NUMBER --------- 4 7 Any help would be appreciated!