Re: Correct Insert SQL syntax? - Mailing list pgsql-sql

From Yura Gal
Subject Re: Correct Insert SQL syntax?
Date
Msg-id 3b6c69d80809041549o1913a20av5433dee43ec73049@mail.gmail.com
Whole thread Raw
In response to Correct Insert SQL syntax?  ("Ruben Gouveia" <rubes7202@gmail.com>)
Responses Re: Correct Insert SQL syntax?  ("Ruben Gouveia" <rubes7202@gmail.com>)
List 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.


pgsql-sql by date:

Previous
From: "Ruben Gouveia"
Date:
Subject: Correct Insert SQL syntax?
Next
From: "Ruben Gouveia"
Date:
Subject: Re: Correct Insert SQL syntax?