I need to query a table in order to return rows, but I am not able to query the table correctly. Here is my table view:
Base    Altezza Materiale
10      10      Ferro
10      10      Legno
10      30      Ferro
10      30      Legno
10      30      Acciaio
20      20      Legno
The result set should return:
Base    Altezza Materiale
10      10      Ferro, Legno
10      30      Ferro, Legno, Acciaio
20      20      Legno
Can someone help me please?
 
     
    