首页 新闻 赞助 找找看

junit单元测试怎么使用or连接3个条件里的两个条件

0
悬赏园豆:80 [待解决问题]

怎么使用or达到

select * from emp where empId=? and (empName like ? or email=?)的效果,

select * from emp where (empId=? and empName like ?) or (empId=? and  email=?)除外。

玫瑰独秀的主页 玫瑰独秀 | 初学一级 | 园豆:122
提问于:2017-09-24 17:43
< >
分享
所有回答(0)
清除回答草稿
   您需要登录以后才能回答,未注册用户请先注册