Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: to_number question
OK. It's something about the WHERE clause being outside the subquery. (Mebbe somebody can explain it.)
select nbr_cc_fop_name from nbr_cc
where nbr_cc_fop_name in ('AX','MC','VI','DS')
and to_number(trim(nbr_cc_no_high)) - to_number(trim(nbr_cc_no_low)) > 0
WORKS!
![]() |
![]() |