sqlite 正则表达式 REGEXP

创建日期: 2024-12-10 12:20 | 作者: 风波 | 浏览次数: 17 | 分类: SQL

来源:https://stackoverflow.com/questions/5071601/how-do-i-use-regex-in-a-sqlite-query

sqlite3 data.db "select * from urls where title REGEXP '[0-9]{8}' "
17 浏览
13 爬虫
0 评论