Oracle数据库like和not like使用

时间:2015-01-22 20:04:52   收藏:0   阅读:1151
技术分享
select * from iw_user where email not like %@% and length(email)=11
View Code

查询手机号注册的记录而不是邮箱

技术分享

 

查询2开头的记录

技术分享
select * from beyond_pay_offline where amount like 2%
View Code

技术分享

原文:http://www.cnblogs.com/SouthRain/p/4242371.html

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!