Re: create function question

Поиск
Список
Период
Сортировка
От Stephan Szabo
Тема Re: create function question
Дата
Msg-id 20011030123144.T15016-100000@megazone23.bigpanda.com
обсуждение исходный текст
Ответ на create function question  ("Zhou, Lixin" <LZhou@illumina.com>)
Список pgsql-general
On Mon, 29 Oct 2001, Zhou, Lixin wrote:

> The following function always returns NULL when I call it like this:
>
> select get_bundle_id('1009699', '1', '1').
>
> If I replace b, r, c with '1009699', '1', '1' inside the function body, it
> returns the correct id!

Probably you shouldn't double quote the b r and c in the function since
that'd be the constants not the variables.


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

Предыдущее
От: tatebll@aol.com (Bill Tate)
Дата:
Сообщение: Re: PostgresSQL 7.x Oracle8 Comparison
Следующее
От: "Andy Hallam"
Дата:
Сообщение: Re: Turn on mylog debugging