list of values minus select query
Hi
I have list of fixed values say (2,3,5,7,11,13, .. ...97). I want to minus this list withe some query. how can I do that in oracle 9i sql.
ex:
select (abovelist)
minus
select value from numbers;
I don't want to create the table with above list and minus it.
Regards,
Venkat
Edited by: user12152459 on Nov 2, 2009 10:08 PM