Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there any function like REPLACE?

Tags:

sap-ase

Is there any function to replace words in ASE?

like image 819
SSE Avatar asked Dec 27 '22 18:12

SSE


1 Answers

Try this:

SELECT str_replace( 'impossible', 'im',':)' )  
like image 196
deepak Avatar answered Jan 17 '23 08:01

deepak