Hi All,
Need your help on this query... The query is as follows :
select nm_ctrl_cd from temp where locate('*',translate( nm_ctrl_cd , '*******************************', '~!@#$%^&*()_+}{":?><`-=]['' /., ;' )) > 0
When i execute this query , i am getting the following error:
"SQL0010N The string constant beginning with "' )) > 0
" does not
have an ending string delimiter."
Now this is certainly bcoz of the delimiter.. So the point is that i need to know how to escape a delimiter..
Please help me out with this as i need to fix an issue.
-Thanks