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 f1, f2, f3 From tbl1
UNION
Select a1, a2, a3 From tbl2
Select 'tbl1' As [Source], f1, f2, f3 From tbl1
UNION
Select 'tbl2', a1, a2, a3 From tbl2