Posts by user141448 • 11 points
1 post
-
1
votes1
answer94
viewsQ: Sql - Concatenate values if field is equal
I have the following select: SELECT c.codigo ,c.situacao ,c.fk_aluno FROM tb_cad AS c INNER JOIN tb_aluno AS a ON c.fk_aluno = a.id order by c.fk_aluno I need when c.fk_aluno is equal, agglutinate…