Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: strange behaviour in select statement
Hi,
Thanks for your reply.
If the below is true:
HOSPITAL_ID ACCT#
----------------- -------------
and when i select a specific col, it is giving value and the feeback is 1 row.
stephen booth <stephenbooth.uk_at_gmail.com> wrote:
On 28/10/05, raja rao wrote:
>
> when i select more than 1 column, some colums data is missing. Am i missing
> something to setup.
>
The first thing that leaps to mind to try to identify the problem is to use NVL() on both columns in your select to display something (the string 'this is NULL' for example) if the value is null, or maybe do a select count(*) from image_staging_table; to check there's only one row.
It's possible that your table might have two rows looking like:
HOSPITAL_ID ACCT#
----------------- -------------
HOSPITAL_ID ACCT#
----------------- -------------
Stephen
-- It's better to ask a silly question than to make a silly assumption. --------------------------------- Yahoo! FareChase - Search multiple travel sites in one click. -- http://www.freelists.org/webpage/oracle-lReceived on Fri Oct 28 2005 - 07:36:10 CDT
![]() |
![]() |