时间:2008-5-31 作者:Deri 分类: 分享
能,可以用 regexp 关键字来实现。 <p> 比如:我想搜索 admin 表中 username 字段为数字的记录。则可以使用下面的 SQL 语句:</p><p> select * from articles where title regexp '[0-9].+';</p>