美文网首页
mysql根据count特定的值

mysql根据count特定的值

作者: 在暗处凝视世间喧华繁闹 | 来源:发表于2019-08-19 15:16 被阅读0次

    ```

    select count(case when id>4 then id end),count(case when id=1 then id end ) from test;

    ```

    相关文章

      网友评论

          本文标题:mysql根据count特定的值

          本文链接:https://www.haomeiwen.com/subject/uhassctx.html