Dear Praful,
Try this query
SELECT fields from tablea
WHERE ipd_prod not in ( select distinct ipd_prod from table b )
AND ipd_prod <> 'bulk'
Regards
Krishna
Dear Praful,
Try this query
SELECT fields from tablea
WHERE ipd_prod not in ( select distinct ipd_prod from table b )
AND ipd_prod <> 'bulk'
Regards
Krishna
Last edited by krishnaindia2007; 02-14-2008 at 05:06 AM.