博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
回复 sql 相关
阅读量:2061 次
发布时间:2019-04-29

本文共 226 字,大约阅读时间需要 1 分钟。

select ar.company,ar.platform  from authorized ar 

where (ar.company in(1,2) and ar.platform='Amazon' and ar.department in('BITA','BITB')) 
or (ar.company in(1,2) and ar.platform='eBay' and ar.department in('BITA','BAGY','BBCJ'))

转载地址:http://ikmlf.baihongyu.com/

你可能感兴趣的文章
Eclipse Memory Analyzer 使用技巧
查看>>
tomcat连接超时
查看>>
谈谈编程思想
查看>>
iOS MapKit导航及地理转码辅助类
查看>>
检测iOS的网络可用性并打开网络设置
查看>>
简单封装FMDB操作sqlite的模板
查看>>
iOS开发中Instruments的用法
查看>>
iOS常用宏定义
查看>>
被废弃的dispatch_get_current_queue
查看>>
什么是ActiveRecord
查看>>
有道词典for mac在Mac OS X 10.9不能取词
查看>>
关于“团队建设”的反思
查看>>
利用jekyll在github中搭建博客
查看>>
Windows7中IIS简单安装与配置(详细图解)
查看>>
linux基本命令
查看>>
BlockQueue 生产消费 不需要判断阻塞唤醒条件
查看>>
ExecutorService 线程池 newFixedThreadPool newSingleThreadExecutor newCachedThreadPool
查看>>
强引用 软引用 弱引用 虚引用
查看>>
数据类型 java转换
查看>>
"NetworkError: 400 Bad Request - http://172.16.47.117:8088/rhip/**/####t/approval?date=976
查看>>