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.
select t1.field1, isnull(t2, 0.0) * t1.field1
from table1 t1 left join on table2 t2 on t1.idfield = t2.idfield