Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
replace(replace(b.name, ',' , ' '), '"', '')
Hi Pavan
The difference between SQL Developer and tOracleRow is that in tOracleRow the query is a String.
Can you point out which line causes this error judging from the error log?replace(replace(b.name, ',' , ' '), '"', '')
Why do you put double quotation here?
Maybe you have to change it like '\"'.
Regards,
Pedro