2 Mar 2003 13:49
Doing multiple steps at once
Detlef Jockheck <detlef <at> jockheck.de>
2003-03-02 12:49:57 GMT
2003-03-02 12:49:57 GMT
Hi, Basis: I have two tables (a & b). 1st: I create/clear a temporary table c 2nd: doing a "insert into c select something from a" 3rd: doing a "insert into c select something from b" 4th: calculate a result with "select something from c group by column" 5th: go back to 1st after some checks/corrections in a. Is it possible to do the four steps (1-4) at once (with a function, procedure or so?) ciao Detlef -- -- # Dipl. Ing. (FH) Detlef Jockheck # E-mail: detlef <at> jockheck.de # ------------------------------- ---------------------------(end of broadcast)--------------------------- TIP 3: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to majordomo <at> postgresql.org so that your message can get through to the mailing list cleanly
Regards and best wishes,
Justin Clift
RSS Feed