sql >> Database >  >> RDS >> Mysql

MySQL-query voor meerdere tabellen die secundaire tabellen meerdere items zijn?

SELECT g.name, GROUP_CONCAT(c.command) AS commands
FROM site_access b 
    JOIN groups g 
        ON b.group_id = g.id 
    JOIN groups_commands gc
        ON g.id = gc.group_id
    JOIN commands c
        ON gc.command_id = c.id
WHERE b.site_id = 1 
GROUP BY g.name
ORDER BY g.status ASC



  1. IP-adresweergave in de Maxmind Geolitecity-database

  2. Moet php pdo-arrays imploderen en meerdere rijen invoegen in mysql

  3. Fout bij gebruik van oracle.dataaccess.dll

  4. Getallen opmaken als Romeinse cijfers in Oracle