Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations MikeeOK on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Subquery problem

Status
Not open for further replies.

protagonist

Programmer
Jul 2, 2004
6
IE
Now this is odd. I'm running mysql Ver 12.22 Distrib 4.0.18, for apple-darwin6.8 (powerpc)
right?

And I can't get any subquery to work. I even tried
SELECT (SELECT 1);
and I still get
ERROR 1064: You have an error in your SQL syntax near 'SELECT 1)' at line 1

help?
 
Sorry, sub-queries can't be used in MySQL until version 4.1 (currently alpha).

-----
ALTER world DROP injustice, ADD peace;
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top