MySQL Forums
Forum List  »  Newbie

Re: subquery error
Posted by: juan leon
Date: August 03, 2005 08:53AM

Felix

mysql> SELECT IF(0+VERSION() < 4.1, 'NO', 'YES')
-> ;
+------------------------------------+
| IF(0+VERSION() < 4.1, 'NO', 'YES') |
+------------------------------------+
| NO |
+------------------------------------+
1 row in set (0.00 sec)

Options: ReplyQuote


Subject
Written By
Posted
August 03, 2005 08:43AM
August 03, 2005 08:50AM
Re: subquery error
August 03, 2005 08:53AM
August 03, 2005 08:58AM
August 03, 2005 09:21AM


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.