Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> strange behaviour in select statement
HI All,
My simple select statemnt is giving improper results from a table which has only 1 row.
The below is the case:
SQL> select hospital_id from image_staging_table ; HOSPITAL_ID
X104978978
SQL> select acct# from image_staging_table; ACCT#
Thanks,
Raj
![]() |
![]() |