ISNULL FUNCTION - Mailing list pgsql-sql

From Héctor Iturre
Subject ISNULL FUNCTION
Date
Msg-id 20021209143049.65154.qmail@web20105.mail.yahoo.com
Whole thread Raw
Responses Re: ISNULL FUNCTION  (Ludwig Lim <lud_nowhere_man@yahoo.com>)
List pgsql-sql
HI,  HERE IS AN ALTERNATIVE TO USE THE SQL SERVER
ISNULL() FUNCTION


select case when FIELD_NAME isnull then 'EXPRESION' 
else FIELD_NAME end
from calfiscal
where impuesto = 1

Ahora podés usar Yahoo! Messenger desde tu celular. Aprendé cómo hacerlo en Yahoo! Móvil:
http://ar.mobile.yahoo.com/sms.html


pgsql-sql by date:

Previous
From: Richard Huxton
Date:
Subject: Re: sql
Next
From: Ludwig Lim
Date:
Subject: Re: ISNULL FUNCTION