S
seeker
this query gives me an error in from clause
select [emp:macro] from employee where not in (select
[emp:macro] from employee2)
trying to compare two tables to see what records are
missing from the one.
seeker
select [emp:macro] from employee where not in (select
[emp:macro] from employee2)
trying to compare two tables to see what records are
missing from the one.
seeker