Mysql
 sql >> Database >  >> RDS >> Mysql

Come posso usare Sottostringa e Sostituisci in un'unica istruzione SQL?

Puoi annidare le funzioni:

SUBSTRING(REPLACE(name, '*Deleted*', '' ) FROM 1 FOR POSITION(',' IN REPLACE(name, '*Deleted*', '' ))-1) FROM OBJ_R