skip to main |
skip to sidebar
Scrivere risultato query in riga separato da virgola
Select *
, STUFF(
(
select ', ' + titIngrediente
from tbingredienti
where titIngrediente.idProdotto = TbProdotti.idProdotto
FOR XML PATH('')
), 1, 1, ''
) AS [accessories]
FROM [TbProdotti]
Nessun commento:
Posta un commento