Posts by user174142 • 1 point
1 post
-
0
votes2
answers683
viewsA: Sum (SUM) of an irregularly formatted column
Try to do it this way... SELECT FORMAT (SUM (weight), 'N', 'en') 'Weight' FROM table
1 post
0
votes2
answers683
viewsTry to do it this way... SELECT FORMAT (SUM (weight), 'N', 'en') 'Weight' FROM table