Ask a Question related to PHP Development, Design and Development.
-
joost #1
illegal query
Hello,
I'm kind of new to mySQL but more used to Sybase/PHP
What is illegal about this query or can i not use combined query's in mySQL?
DELETE FROM manufacturers
WHERE manufacturers_id NOT IN ( SELECT manufacturers_id
FROM
products )
Kind Regards
Joost Wolthuis
joost Guest
-
Illegal Name
What is see is CFIF NOT IsDefined ("SESSION.ahh")> CFLOCK scope="session" throwontimeout="no" timeout="10" -
Illegal XML even with XMLFormat()
I've had the same issue What I end Up doing is Creating a Filter for the XML Data that get's written which will remove character 30's (the real... -
Help with an illegal 'operand'?
Does anyone know why I'm getting this error message - Can't open illustration. The illustration contains illegal operand. Offending operator :... -
illegal seek
I was debugging a totally unrelated problem yesterday and put in a quick and dirty print line with $! in it. Now as it happened the bit of code I... -
illegal
I bought my computer 2 months ago and I have just tried to download xp service pack and I am being told that my xp is illegal. when I bought the... -
David E. Smith #2
Re: illegal query
In comp.lang.php joost wrote:
Many versions of MySQL don't support subselects. I think some of the> I'm kind of new to mySQL but more used to Sybase/PHP
> What is illegal about this query or can i not use combined query's in mySQL?
>
> DELETE FROM manufacturers
> WHERE manufacturers_id NOT IN ( SELECT manufacturers_id
> FROM
> products )
newest bleeding-edge versions do, but 3.x (which is probably what you're
running, as 4.0 is still fairly young) doesn't, period, IIRC.
....dave
David E. Smith Guest



Reply With Quote

