MySQL Forums
Forum List  »  Newbie

Re: Subqueries
Posted by: Phil Haigh
Date: August 20, 2004 01:56AM

Russ,

I've been using 4.0.20 and the first version of Mysql to support subqueries is 4.1, so check your Mysql version using this command:

show variables like 'version';

And if the returned string doesn't start with 4.1 or 5 then you need to upgrade...

Options: ReplyQuote


Subject
Written By
Posted
August 19, 2004 05:02AM
August 19, 2004 02:13PM
August 20, 2004 01:54AM
August 19, 2004 08:13PM
August 19, 2004 08:14PM
Re: Subqueries
August 20, 2004 01:56AM


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.