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 DISTINCT Custno, name FROM Table1 INTO TABLE Table2
SELECT Custno, name FROM Table1 INTO TABLE Table2 GROUP BY 1,2