I am using oracle 9.2.0.1
I have very simple select statement which runs on another computers but one of the comp it gives error message ORA-01722: invalid number
I have very simple select statement which runs on another computers but one of the comp it gives error message ORA-01722: invalid number
Code:
select to_number(varchar_255_27)
from up where varchar_255_27 is not null and varchar_255_27 <> '0'