![]() |
|
We don't bite newbies here... much | |
PerlMonks |
Re^3: nested dbi queries questionby philosophia (Sexton) |
on Feb 01, 2005 at 23:36 UTC ( #427097=note: print w/replies, xml ) | Need Help?? |
i think i've narrows the problem to this line $sql = "SELECT * FROM sp WHERE NOT EXISTS (SELECT * FROM SP,SUPPLIER WHERE SUPPLIER.snum = SP.snum)"; it's not finding any results. it's supposed to find all rows in table sp where sp.snum does not exist in table supplier
In Section
Seekers of Perl Wisdom
|
|