I am trying to add thousands seperators in an SQL request. I want to add it on a SUM function, so that the resulting column shows the dati with the thousands separator from 400000.00 to 400,000.00
That is the line I am trying to fix. ROUND(SUM(soh.SubTotal),2) as 'Ventes en 2013' --> this means "Sales in 2013"
Thank you !