Oracle数据库like和not like使用
时间:2015-01-22 20:04:52
收藏:0
阅读:1151

select * from iw_user where email not like ‘%@%‘ and length(email)=11
查询手机号注册的记录而不是邮箱
查询2开头的记录

select * from beyond_pay_offline where amount like ‘2%‘
原文:http://www.cnblogs.com/SouthRain/p/4242371.html
评论(0)