Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
[Blue]DECLARE[/Blue] @F [Blue]AS[/Blue] [Blue]float[/Blue]
[Blue]SET[/Blue] @F[Gray]=[/Gray]1.
[Blue]SELECT[/Blue] @F[Gray]=[/Gray]@F[Gray]*[/Gray]Cost [Blue]FROM[/Blue] YourTable
[Blue]SELECT[/Blue] @F
select area, exp(sum(log(cost)))
from myTable
group by area