sqlserver replace的替换字符replace的使用

select REPLACE(name,'张','') * from entity_5c7a578c05c7042958d91485_goods

 

select REPLACE(列名,'匹配的字符',‘想换成的字符’),*  from product

 

相关文章: