I have 2 tables 1 contains a field for job priority, the other contans a list of valid priorities.
All I need to do is use the list in table 2 as part of the select from table1
Table1 priority contains
a
b
c
c
d
e
Table2 prioritylist contains
a,b,d
select *
from table1
where priority in (priority list from table2)
Ideas please,
Thanks.
I love deadlines. I like the whooshing sound they make as they fly by
Douglas Adams
(1952-2001)