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 myTable
select a.* from myOtherTable a
left join myTable b
on a.PK_Value = b.PK_Value
where b.PK_Value is null