Skip to content

Commit

Permalink
Other bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Richie314 committed Jul 12, 2024
1 parent b9f9383 commit 564aaeb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions queries/procedures/squadre.sql
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,9 @@ BEGIN
s.`id` AS "id_squadra",
s.`nome`,
parrocchie.`nome` AS "parrocchia",
parrocchie.`id` AS "id_parrocchia",
sp.`nome` AS "nome_sport",
sp.`id` AS "id_sport",
GROUP_CONCAT(CONCAT(a.`nome`, ' ', a.`cognome`) SEPARATOR ', ') AS "lista_membri"
FROM `squadre` AS s
LEFT OUTER JOIN `squadre_iscritti` si ON si.`squadra` = s.`id`
Expand Down

0 comments on commit 564aaeb

Please sign in to comment.