MySQL Forums
Forum List  »  Newbie

4.1.10 -> 4.1.13 problem!
Posted by: magilvia
Date: July 29, 2005 09:14AM

I have upgraded from 4.1.10 to 4.1.13 and suddently this query won't work again:
SELECT * FROM ((SELECT * FROM foo) AS vfoo)
The error returned is:

You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'AS vfoo' at line 1

There no reason for this to happend! I need to use nested query with aliases. Don't understand why it does no more work!
Please help!

Options: ReplyQuote


Subject
Written By
Posted
4.1.10 -> 4.1.13 problem!
July 29, 2005 09:14AM


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.