M
Me
I have a need to use Global variable in a query.
What's the best way to use it?
I have
select custcode, name from table1, table2
where table1.custcode=table2.custcode and
table1.custcode not in (select custcode from table3 where
country=globalvariablecountrycode)
Thank you,
-Me
What's the best way to use it?
I have
select custcode, name from table1, table2
where table1.custcode=table2.custcode and
table1.custcode not in (select custcode from table3 where
country=globalvariablecountrycode)
Thank you,
-Me