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.
Update table1
set Field1 = field1 *1.1
where field1 >100
Insert into table1 (field1, field2)
Select field1, field2 from table2 where field1 >10000