From: | "andhie lala" <andhie_sql(at)linuxmail(dot)org> |
---|---|
To: | pgsql-sql(at)postgresql(dot)org |
Subject: | please help me ??? |
Date: | 2003-05-30 05:02:20 |
Message-ID: | 20030530050220.17060.qmail@linuxmail.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-sql |
Dear All
I'am a new user in postgresql, i want to ask about :
1. The one who is intended with STORED PROCEDURE,
how its implement and what its surplus.
Version POSTGRESQL that how much possess STRORED PROCEDURE.
2. In when I make the function as follows:
CREATE FUNCTION forward(CHAR(10))
RETURNS CHAR(10), CHAR(30)
AS 'select no_id, name FROM address where no_id=$1;'
Language 'sql';
To step forward orders the error ...
Which wants I asked, how make a function that can step forward
RETURNS More than a column
(I want to show 2 columns i.e. no_id and Name) ?
thank's
--
______________________________________________
http://www.linuxmail.org/
Now with e-mail forwarding for only US$5.95/yr
Powered by Outblaze
From | Date | Subject | |
---|---|---|---|
Next Message | Richard Huxton | 2003-05-30 06:25:02 | Re: please helpme ? |
Previous Message | andhie lala | 2003-05-30 04:52:15 | please helpme ? |