zoukankan      html  css  js  c++  java
  • and or 逻辑组合

    SELECT *  FROM ordertest_error_temp WHERE FROM_UNIXTIME(create_time,'%Y-%m-%d ')= CURDATE()
    AND
    ( INSTR(url,'laiwunews.cn') OR  INSTR(url,'.py168.com') OR INSTR(url,'xgrb.cn')
    );

    UPDATE ordertest_error_temp SET script_need_run_times=0,remarks=CONCAT('业务方需求',FROM_UNIXTIME(create_time,'%Y-%m-%d %H:%i:%s'),remarks)
    WHERE FROM_UNIXTIME(create_time,'%Y-%m-%d ')= DATE_ADD(CURDATE(),INTERVAL 0 day)  AND
    ( INSTR(url,'qhnews.com') OR  INSTR(url,'laiwunews.cn') OR INSTR(url,'hizh.cn') OR INSTR(url,'xgrb.cn') OR INSTR(url,'py168.com')
    OR
    INSTR(url,'xyw.gov.cn') OR  INSTR(url,'afinance.cn') OR INSTR(url,'szonline.net') OR INSTR(url,'88152.com') OR INSTR(url,'cnhan.com')
    OR
    INSTR(url,'wfdaily.com') OR INSTR(url,'ccin.com.cn') OR INSTR(url,'zznews.cn') OR INSTR(url,'bzcm.net')
    );

    SELECT COUNT(1) FROM ordertest WHERE NOT

    ( INSTR(url,'qhnews.com') OR  INSTR(url,'laiwunews.cn') OR INSTR(url,'hizh.cn') OR INSTR(url,'xgrb.cn') OR INSTR(url,'py168.com')
    OR
    INSTR(url,'xyw.gov.cn') OR  INSTR(url,'afinance.cn') OR INSTR(url,'szonline.net') OR INSTR(url,'88152.com') OR INSTR(url,'cnhan.com')
    OR
    INSTR(url,'wfdaily.com') OR INSTR(url,'ccin.com.cn') OR INSTR(url,'zznews.cn') OR INSTR(url,'bzcm.net')
    );

  • 相关阅读:
    POJ 3348 Cows (凸包面积)
    P4126 [AHOI2009]最小割
    P1903 [国家集训队]数颜色
    P3749 [六省联考2017]寿司餐厅
    CF666E Forensic Examination
    P2336 [SCOI2012]喵星球上的点名
    P1117 [NOI2016]优秀的拆分
    P3747 [六省联考2017]相逢是问候
    CF1062F Upgrading Cities
    P3243 [HNOI2015]菜肴制作
  • 原文地址:https://www.cnblogs.com/rsapaper/p/8119610.html
Copyright © 2011-2022 走看看