replace函数使用

 

 select *,REPLACE (列名,'需要变的字符','要变成的字符') from 表名

 select title,REPLACE (title,'定时','**') from test 

 

 

 

posted @ 2019-02-19 14:28  新手上路,多多关照  阅读(257)  评论(0编辑  收藏  举报