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 table
set table.field = source_table.source_table_field
where source_table.source_table_field = destination_table.link_field
and field2 = 'value1'
and field2 = 'value2'