SQL return value... - Mailing list pgsql-novice

From Cristian Prieto
Subject SQL return value...
Date
Msg-id 00bb01c5d4da$62848c20$6500a8c0@gt.ClickDiario.local
Whole thread Raw
Responses Re: SQL return value...  (Michael Glaesemann <grzm@myrealbox.com>)
Re: [GENERAL] SQL return value...  (Richard Huxton <dev@archonet.com>)
List pgsql-novice

This is maybe a really newbie question, but, when I have an SQL function like that:

 

$$

Insert into mytable (id, name) values ($1, $2);

$$

 

What return value suppose to return?

pgsql-novice by date:

Previous
From: "A. Kretschmer"
Date:
Subject: Re: Creating related tables
Next
From: Brad Nicholson
Date:
Subject: Re: bit map indexes in postgres