multiple select statment in Crystal QRY - TechRepublic
General discussion
March 25, 2002 at 01:13 AM
apatel

multiple select statment in Crystal QRY

by apatel . Updated 24 years, 3 months ago

i need to have multiple select statement in Crystal query for a report (one to be used in the sub-query) i.e.

select a,b,c from table1 into temp tempn;

select x,y,z from table2
where x not in (select a from tempn
where b=y);

i am using Merant ODBC v3.6 to connect to the informix database . is this possible?

This discussion is locked

All Comments