Search Postgresql Archives

Re: Replace null values

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Nilesh Govindarajan wrote:
Hi,

In my query, some rows have null values (length 0).

a NULL value is not length 0, NULL is not the empty string, rather, NULL is no value at all.

if you want to change a 0 length string to something, use a CASE or something.

select CASE WHEN u.name = '' THEN 'anon' ELSE u.name,  ....





--
Sent via pgsql-general mailing list (pgsql-general@xxxxxxxxxxxxxx)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]
  Powered by Linux