来源: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}' "
来源: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}' "