Join our channel if you haven’t joined yet [Link]
me/fresco_milestone ( @fresco_milestone )
Copy paste below query in the console then runtest
select [Link], [Link], sum([Link] * [Link]) as total_sales from sales as a,country as
b,car_model as c where a.country_id=[Link] and a.model_id=[Link] and a.sales_date like "%2020" group
by [Link],[Link];