能,可以用 regexp 关键字来实现。比如:我想搜索 admin 表中 username 字段为数字的记录。则可以使用下面的 SQL 语句:select * from articles where title regexp '[0-9].+';