Revision: 3708
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
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