Return to Snippet

Revision: 3708
at September 5, 2007 04:11 by arunpjohny


Initial Code
select coalesce(age,0) from employee

Initial URL


Initial Description
Checking for null value and assigns a default value if the field is null

Initial Title
Checking for null in Postgresql

Initial Tags


Initial Language
SQL