* Oracle version: 10 g
* Operating system: HR 4
Srs .. Good morning to all !!!
I have a peculiar problem !!
I have a query inside the application that makes a sum in a Varchar2 field
until there without error ...
But there is a difference
When I run this query in some development tool I need to put a replace in this sum
-- O REPLACE VEM AQUI
sum(replace(md.valor,'.',',')) valor,
-- FINAL DO REPLACE
sum(replace(md.valor,'.',',')) valor,
*
ERROR at line 93:
ORA-01722: invalid number