Skip to content
Advertisement

Grouping Totals With SQL Query

Here’s the situation:

I have a table that has two data columns:

And so on…

I would like to create a query that presents the totals for the different numbers separately, so it would end up being like so:

I’ve tried applying a simple SUM(Value) into my Query, but I can’t seem to get it right.

Any help would be greatly appreciated.

Advertisement

Answer

User contributions licensed under: CC BY-SA
10 People found this is helpful
Advertisement