Error: 1111 - SQLSTATE: HY000 ER_INVALID_GROUP_FUNC_USE

  • Share
  • Share

Description:
Message: Invalid use of group function

MySql-Server , , , , , , , , , , , , , , , , , , ,

  1. admin
    April 8th, 2009 at 15:18 | #1

    Make sure that GROUP BY is used to list all the columns in the SELECT clause that are not in aggregate functions. If you want to filter results returned by an aggregate function, use a HAVING clause just after the GROUP BY clause.

  1. No trackbacks yet.