Hello All
I would like to know if it is possible to get records printed in Crystal, which fit the following kind of 'not exists' condition.
****Example****
Select id1, name1 from table1 a where not exists (select id1, name1 from table2 b where b.id1 = a.id1)
***
NB I would like the records printed in table1 which don't have matching records in table2. If this is possible how can it be done?
Thank you.
wgg
I would like to know if it is possible to get records printed in Crystal, which fit the following kind of 'not exists' condition.
****Example****
Select id1, name1 from table1 a where not exists (select id1, name1 from table2 b where b.id1 = a.id1)
***
NB I would like the records printed in table1 which don't have matching records in table2. If this is possible how can it be done?
Thank you.
wgg