Re: Correct Insert SQL syntax?

From: "Yura Gal" <yuragal(at)gmail(dot)com>
To: "Ruben Gouveia" <rubes7202(at)gmail(dot)com>
Cc: pgsql-sql <pgsql-sql(at)postgresql(dot)org>
Subject: Re: Correct Insert SQL syntax?
Date: 2008-09-04 22:49:15
Message-ID: 3b6c69d80809041549o1913a20av5433dee43ec73049@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

There is no internal dual table in PG unlike Ora:) If you need to
invoke non-set-returning function simply execute:

SELECT my_func(p1, p2...);

--
Best regards, Yuri.

In response to

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Ruben Gouveia 2008-09-04 22:56:13 Re: Correct Insert SQL syntax?
Previous Message Ruben Gouveia 2008-09-04 22:16:13 Correct Insert SQL syntax?