会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
maikec陈
博客园
首页
博问
闪存
新随笔
订阅
管理
2016年11月17日
oracle in VS or效率
摘要: select * from test where status in ('01', '02', '03', '111'); select * from test where status = '01' or status = '02' or status = '03' or status = '11
阅读全文
posted @ 2016-11-17 15:37 maikec陈
阅读(10502)
评论(3)
推荐(0)
编辑