浙江省高等学校教师教育理论培训

微信搜索“毛凌志岗前心得”小程序

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

select count(1) as totalCnt,
count(case when op.match_status in (1,3) then 1 end) as matchCnt,
count(case when op.match_status in (1,3) and op.crawl_time<adddate(now(),interval -1 day) then 1 end) as deadCnt
from opponent_product op
where op.enabled=1
and op.opponent_id=5

posted on 2012-08-22 11:59  lexus  阅读(154)  评论(0编辑  收藏  举报