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 table1.Field1 FROM table1 AND table2.Field1 FROM table2
[b]SELECT[/b] table1.item1, table2.item3 [b]FROM[/b] table1, table2 [b]WHERE[/b] table1.keyfield1 = table2.keyfield1
SELECT Table1.Filed1 FROM Table1;
Union Select
Table2.Field1 FROM Table2