I Have an error on a oracle server but I don't understand why is not work. I use the software oracle sql developer.
The query is:
SELECT * FROM TestView WHERE REPLACE(TestView.Row2, '.', ',') > 0 ;
The value who is in TestVue.Row2 : '46.08','-46.47','1084.05','66500',... "TestView" is a view who check to return a row without empty value
When I Execute the query I have always an error who says:
ORA-01722: invalid number 01722. 00000 - "invalid number" *Cause: *Action:
Thanks for your help
Zoners