为了账号安全,请及时绑定邮箱和手机立即绑定

sqlite 批量替换?

sqlite 批量替换?

iOS
白猪掌柜的 2018-10-11 15:11:37
sqlite 有批量替换的语法么 类似mysql的update `xxx` set `xx`=REPLACE(`abc`, 'aaa', 'bbb');谢谢!!目前在sql语气中用 php函数str_replace()来暂时解决了,看看有没有sqlite内置函数有没有REPLACE,语法如何写
查看完整描述

1 回答

?
慕森卡

TA贡献1806条经验 获得超8个赞

sqlite也是有replace函数的,你的意图可以实现:
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.

查看完整回答
反对 回复 2018-11-12
  • 1 回答
  • 0 关注
  • 1607 浏览

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信