Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> How to include an IF() statement in SQL?

How to include an IF() statement in SQL?

From: Troy Perchotte <max_at_headroom.com>
Date: 1998/09/01
Message-ID: <35EC91AF.40041E9D@headroom.com>#1/1

How do I include a condition within a select statement? Something like the following (only one that works):

select if(customers.custid=customers.parentid,'',customers.name) as parent_name from customers;

Troy Perchotte Received on Tue Sep 01 1998 - 00:00:00 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US