Re: Inline IF condition

From: Keith Gray <keith(at)heart(dot)com(dot)au>
To: Roberto Mello <rmello(at)cc(dot)usu(dot)edu>
Cc: Tapan Trivedi <tapan(dot)trivedi(at)princetonglobal(dot)com>, pgsql-sql(at)postgresql(dot)org
Subject: Re: Inline IF condition
Date: 2001-12-06 22:42:43
Message-ID: 3C0FF463.C2269171@heart.com.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Roberto Mello wrote:
>
>
> I'm not familiar with IIF. What's it for?
>
This is a M$-ism for in-line if, like ...

if true then A else B

iif(true,A,B)

--
Keith Gray

Technical Development Manager
Heart Consulting Services P/L
mailto:keith(at)heart(dot)com(dot)au

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Larry Rosenman 2001-12-06 23:02:46 Trigger for logging stuff...
Previous Message Oleg Lebedev 2001-12-06 22:14:30 Re: view rules