Forum Discussion
Tim Hunter
Mar 22, 2019Steel Contributor
Query Help please
I am still quite a beginner at this SQL querying, so I appreciate any help on this. I have pulled the data I need using the below query. Now I need to group the data by cmp_name and sum the ivh_total...
yavuzfilizlibay
Mar 27, 2019Copper Contributor
Tim Hunter write ivh_totalcharge with SUM(ivh_totalcharge ) after WHERE clause, write GROUP BY for other columns