Quote:
Originally Posted by dandv
That doesn't work in PostgreSQL:
ERROR: column "users.id" must appear in the GROUP BY clause or be used in an aggregate function
|
Yes, the statement is not valid according to SQL standards. It a documented behaviour of MySQL.