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

Home -> Community -> Mailing Lists -> Oracle-L -> ps/sql and defaults

ps/sql and defaults

From: Ron Rogers <RROGERS_at_galottery.org>
Date: Fri, 03 Nov 2000 07:43:39 -0500
Message-Id: <10669.121104@fatcity.com>


Lisa and list,
Thanks for your feedback on the selecting or not selecting values from the = tables.
The problem was fixed by using the nvl(fld1,0) in the select clause in the = package. I nvl'd all of the numeric fields and the package worked as = required. Is there was no matching id in the second table to union and = join with the id in the first table, the field returned the value of 0 = rather than a null.
Thanks,
ROR =AA=BF=AA Received on Fri Nov 03 2000 - 06:43:39 CST

Original text of this message

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