Hi,
Good day all.
I am working on a BI production environment where i need to use the total value of a grouped field in an SQL table.
Say i have a table like below, i want to do an ETL such that i will have a sum total of all the pets in each store irrespective of their type.
Thanks
Pets Table
Type |
Store |
Number |
Dog |
Miami |
12 |
Cat |
Miami |
18 |
Turtle |
Tampa |
4 |
Dog |
Tampa |
14 |
Cat |
Naples |
9 |
Dog |
Naples |
5 |
Turtle |
Naples |
1 |
me