>>>>> "Fraser" == Fraser MacKenzie <fraserm@stripped>
> writes:
Fraser> Yeah. If you read the documentation, you will know that they have been
Fraser> changed to comply with the oracle statement (GREATER, LESSER) and I don't
Fraser> know what AVG is but if you go to www.mysql.com and read the docs you
Fraser> should be able to find it.
MIN() and MAX() still work as before in GROUP BY statements.
It's only MIN(A,B) and MAX(A,B) (not group functions) that has changed
to LESSER()/GREATER()
Regards,
Monty