MySQL Forums
Forum List  »  General

Re: Syntax Error on Subquery
Posted by: Harrison Fisk
Date: October 05, 2004 04:12PM

Hi,

Subqueries are only available in version 4.1 and above of MySQL. I would double check to see what version you are using. You can do so with:

mysql> SELECT version();

or with:

shell> mysqld --version


Regards,

Harrison

Options: ReplyQuote


Subject
Written By
Posted
October 05, 2004 03:45AM
Re: Syntax Error on Subquery
October 05, 2004 04:12PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.