开发者

SQLite3, match and regexp

Is there a way to combine the MATCH and REGEXP operators in an SQLite3 statement?

eg. I suspect not but,

SELECT *
FRO开发者_开发百科M myTable
WHERE name MATCH REGEXP '[ _]Smith[ _];'
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜