Hi. I have this query that I have been trying to reduce to a single statement, but haven't figured out how. Am I missing something?
CREATE TEMP TABLE temp20561149207391 AS SELECT DISTINCT ON ("VisitorID") "VisitorID","Type" FROM "ProgramEvent" WHERE "ProgramID" = 10 ORDER BY "VisitorID","Created" DESC;INSERT INTO "VisitorPointer839" ("VisitorID") SELECT temp20561149207391."VisitorID" FROM temp20561149207391 WHERE temp20561149207391."Type" = 0 Thanks ---------------------------(end of broadcast)--------------------------- TIP 3: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to [EMAIL PROTECTED] so that your message can get through to the mailing list cleanly