Re: Correct Insert SQL syntax?

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

Thanks Yuri!

On Thu, Sep 4, 2008 at 3:49 PM, Yura Gal <yuragal(at)gmail(dot)com> wrote:

> 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 Bart Degryse 2008-09-05 06:57:55 Re: Correct Insert SQL syntax?
Previous Message Yura Gal 2008-09-04 22:49:15 Re: Correct Insert SQL syntax?