Re: Function

Поиск
Список
Период
Сортировка
От Stephan Szabo
Тема Re: Function
Дата
Msg-id 20040215113632.Y88869@megazone.bigpanda.com
обсуждение исходный текст
Ответ на Function  ("Sumita Biswas (sbiswas)" <sbiswas@cisco.com>)
Ответы Re: Function  ("Sumita Biswas (sbiswas)" <sbiswas@cisco.com>)
Список pgsql-sql
On Thu, 12 Feb 2004, Sumita Biswas (sbiswas) wrote:

> Hi All,
>
> This function of mine gives a Parse Error:
>
> CREATE or replace FUNCTION Proc_ConferenceSummary(date,date,int,int,int)
> RETURNS SETOF tbl_error_master AS
> '
> declare
>     li_CallManagerId int;
> begin
>     select * FROM tbl_error_master;
> end;
> '
> LANGUAGE SQL;

I think you want plpgsql as the language.


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

Предыдущее
От: Bruno Wolff III
Дата:
Сообщение: Re: max timestamp
Следующее
От: Rod Taylor
Дата:
Сообщение: Re: ORDER BY TIMESTAMP_column ASC, NULL first