Re: CAST(null as date)...

Поиск
Список
Период
Сортировка
От Ian Harding
Тема Re: CAST(null as date)...
Дата
Msg-id sd104cff.048@mail.tpchd.org
обсуждение исходный текст
Ответ на CAST(null as date)...  ("Ian Harding" <ianh@tpchd.org>)
Список pgsql-general
Argh!  I have a dog-eared copy of that page of the docs that I printed on 5/11/01.  Time to print a new one!!

Thanks!

Ian A. Harding
Programmer/Analyst II
Tacoma-Pierce County Health Department
(253) 798-3549
mailto: iharding@tpchd.org

We have only two things to worry about:  That things will never get
back to normal, and that they already have.


>>> Tom Lane <tgl@sss.pgh.pa.us> 06/19/02 05:57AM >>>
"Ian Harding" <ianh@tpchd.org> writes:
> creat function nullifzls(text) returns text as '
> if {[string length $1] == 0} {
>     return NULL
> } else {
>     return $1
> }
> ' language 'pltcl';

Try return_null

            regards, tom lane

---------------------------(end of broadcast)---------------------------
TIP 3: if posting/reading through Usenet, please send an appropriate
subscribe-nomail command to majordomo@postgresql.org so that your
message can get through to the mailing list cleanly


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

Предыдущее
От: Lee Kindness
Дата:
Сообщение: Re: database size
Следующее
От: Masaru Sugawara
Дата:
Сообщение: Re: Quoted identifiers in queries in plpgsql functions.