help ?

Поиск
Список
Период
Сортировка
От utomo restu
Тема help ?
Дата
Msg-id 20030530050017.15862.qmail@linuxmail.org
обсуждение исходный текст
Ответы Re: help ?
Список pgsql-php
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) ?

best regards
--
______________________________________________
http://www.linuxmail.org/
Now with e-mail forwarding for only US$5.95/yr

Powered by Outblaze

В списке pgsql-php по дате отправления:

Предыдущее
От: Chadwick Rolfs
Дата:
Сообщение: Re: [SQL] faster output from php and postgres (one resolution)
Следующее
От: "scott.marlowe"
Дата:
Сообщение: Re: help ?