摘要: 首先举个栗子(不想看的话直接下面看总结): order_type:订单类型 open_id:用户唯一标识 SELECT date(create_time) AS '当天日期', sum(real_price) AS '当天总收入', sum(IF (order_type = 0, real_pric 阅读全文
posted @ 2021-05-13 18:12 Arbitrary233 阅读(5321) 评论(0) 推荐(0) 编辑