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 * INTO NewTable
From
(Select * From myTable UNION Select * From myTable)
DELETE *
FROM yourTable
WHERE cStr(GC) & cStr(PP) & cStr(Contacts) NOT IN
(SELECT cStr(Max(GC)) & cStr(MAX(PP)) & cStr(MAX(Contacts))
FROM yourTable
GROUP BY [COLOR=blue]... all the other fields in the table ...[/color])