Hi Guys
could you please help me how to replace single quote with double quotes in data services
I have tried with replace_substr(column_nm, '''','"')
but it is giving an error on parsing:-
<Syntax error at line <1>: <>: near <'> found <;> expecting <')', ','>
Regards