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 A_Table.*
FROM A_Table LEFT JOIN B_Table ON A_Table.code = B_Table.code
WHERE IsNull(B_Table.Code);