Re: string is sometimes null ?

Поиск
Список
Период
Сортировка
От Stephan Szabo
Тема Re: string is sometimes null ?
Дата
Msg-id 20040929094300.U63616@megazone.bigpanda.com
обсуждение исходный текст
Ответ на string is sometimes null ?  (Graeme Hinchliffe <graeme.hinchliffe@zeninternet.co.uk>)
Ответы Re: string is sometimes null ?
Список pgsql-general
On Wed, 29 Sep 2004, Graeme Hinchliffe wrote:

>     The RADIUS server is reporting problems when trying to write START of
> accounting entries, and the error given is:
>
> ERROR:  cannot EXECUTE a null querystring CONTEXT:  PL/pgSQL function
> "radacct_trig" line 43 at open
>
> The lines its refering to are:
>
> --- START ---
>
> str:=''SELECT
> username,year_of_jan,current_in,current_out,current_start,last_update,m''||monthcurr||''_in
> AS monthin,m''||monthcurr||''_out AS monthout
>   FROM customer_stats WHERE username=''''''||username||'''''''';

If monthcurr or username are null, the above will be null.
Anything || NULL => NULL.


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Composite Type Argument Construction to a Function
Следующее
От: Shelby Cain
Дата:
Сообщение: Re: PostgreSQL Installation Question