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.
INSERT INTO table name id,field1,field3,field4 Values('40','somevalue','something else','andother value');
Insert into mytable id,name values('4','Dean');
Insert into mytable id,name values('5','Jason');