replace NULL - Mailing list pgsql-sql

From Kancha .
Subject replace NULL
Date
Msg-id 20020409120003.46895.qmail@web14910.mail.yahoo.com
Whole thread Raw
Responses Re: replace NULL  (Andreas Joseph Krogh <andreak@officenet.no>)
List pgsql-sql
Hello

i want to run a select query on a table. eg:

select age from people;

if age is NULL then I want to replace it by some text,
say "SHY" so the output is like

name age
me   10
jane SHY
jack 32

how do i make this replacement of null value to some text

__________________________________________________
Do You Yahoo!?
Yahoo! Tax Center - online filing with TurboTax
http://taxes.yahoo.com/


pgsql-sql by date:

Previous
From: Andreas Joseph Krogh
Date:
Subject: Re: Scadinavian characters in regular expressions
Next
From: Andreas Joseph Krogh
Date:
Subject: Re: replace NULL