摘要: 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 u... 阅读全文
posted @ 2014-10-20 16:24 HTL 阅读(23685) 评论(0) 推荐(1)
htl