MySQL Forums
Forum List  »  Newbie

Re: mysql query
Posted by: Russell Dyer
Date: June 30, 2005 07:54AM

Which version, release are you using? Subqueries didn't start until version 4.1. Enter this statement to get the exact version:

SELECT VERSION();

If your host is using 4.0.x, then that's probably your problem. If not, please post the exact version number. Also, please copy the error message that you get when you run your query and post it, too. Don't summarize it, post the whole message so that we can help you.

Russell Dyer

Author of "MySQL in a Nutshell" (O'Reilly 2005).

Options: ReplyQuote


Subject
Written By
Posted
June 28, 2005 05:05AM
June 28, 2005 01:08PM
June 30, 2005 07:42AM
Re: mysql query
June 30, 2005 07:54AM
June 30, 2005 07:23PM


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.