Need help again about joining tables
问题 some context I asked a question about a MySQL request, my post can be found there: Need help about joining tables Now I have another problem related to that, so on my page I'm listing tickets from a database my request is: "SELECT glpi_tickets.id, glpi_tickets.name, GROUP_CONCAT( CASE WHEN glpi_tickets_users.type = 1 THEN CONCAT(glpi_users.firstname, ' ', glpi_users.realname) END) AS creator, GROUP_CONCAT( CASE WHEN glpi_tickets_users.type = 1 THEN CONCAT(glpi_tickets_users.users_id) END) AS