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

Home -> Community -> Usenet -> c.d.o.server -> Re: SQL: getting data for a null value column ??

Re: SQL: getting data for a null value column ??

From: baka <mesundara_at_hotmail.com>
Date: 4 Aug 2005 19:35:35 -0700
Message-ID: <1123209335.096463.315570@f14g2000cwb.googlegroups.com>


Hello hrishy san

I am very much greateful for your kind and simple short reply(both). i feel you are valuable person to me.
Thanks for all other for their opinions also. -baka
hrishy_at_gmail.com のメッセージ:

> select a.BANKCODE,nvl(b.bbankname,a.bankname) from tabA a full outer
> join tabB b
> on
> a.BANKCODE=b.BBANKCODE;
Received on Thu Aug 04 2005 - 21:35:35 CDT

Original text of this message

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