码迷,mamicode.com
首页 > 数据库 > 详细

Sqlite数据库字符串处理函数replace

时间:2014-10-20 17:14:49      阅读:205      评论:0      收藏:0      [点我收藏+]

标签:blog   http   io   ar   for   sp   数据   div   2014   

replace(X,Y,Z) The replace(X,Y,Z) function returns a string formed by substituting string Z for every occurrence of string Y in string X. The BINARY collating sequence is used for comparisons. If Y is an empty string then return X unchanged. If Z is not initially a string, it is cast to a UTF-8 string prior to processing.
x:要处理的字符串
y:被替换的字符串
z:替换后的字符串
有图有真相
bubuko.com,布布扣
参考:






Sqlite数据库字符串处理函数replace

标签:blog   http   io   ar   for   sp   数据   div   2014   

原文地址:http://www.cnblogs.com/huangtailang/p/5cfbd242cae2bcc929c81c266d0c875b.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!