Following the Tutorial
Creating and populating the table Shop in the db Test..
Why won't the following syntax work?

mysql> select  price
    -> from shop
    -> where price=Max(price) ;
ERROR 1111: Invalid use of group function

Bob T


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to