mysql-查询一个表用户对新增用户进行统计不能用not in 需要用exists
程序员文章站
2022-06-01 17:14:18
...
mysql
下面是用not in 实现的 ,需要修改为 exists实现
SELECT COUNT(*) from order_info_ref as oif where oif.order_time>='2016-03-02 00:01:00' and oif.order_time(SELECT oi.ca_user_id from order_info_ref as oi where oi.order_time>='2016-03-01 00:01:00' and oi.order_time
上一篇: java和安卓的区别是什么?
下一篇: 怎样学习才能拥有所谓“高并发”的经验?