G
Guest
Hi
I need to the total sum of emploies i differents companies
Select [company], Sum([employment]) as (not sure what to write here)
FROM [mulitple locations]
Group By [company];
i need to add this result as a colum in my multiple locations table, but how
do i do that?
I need to the total sum of emploies i differents companies
Select [company], Sum([employment]) as (not sure what to write here)
FROM [mulitple locations]
Group By [company];
i need to add this result as a colum in my multiple locations table, but how
do i do that?