sql >> Database >  >> RDS >> Mysql

GROUP BY na ORDER BY

SELECT id, idl
FROM (SELECT
    `pages`.`id` as id,
    `contents`.`id_language` as idl,
    [...]

[...]

ORDER BY
    FIND_IN_SET(`languages`.`id`, '3') DESC
     ) d
GROUP BY d.id


  1. SQL:Hoe kunnen we een table1 JOIN table2 OP een tabel maken die in een veld in table1 staat?

  2. MySQL:staat niet in GROUP BY

  3. PDO Bind Params, afhankelijk van of ze in de query voorkomen

  4. MySQL View controleren of gegevens NULL zijn