阿兰销售SQL

2020-05-13 15:28:16 阅读:5 编辑
SELECT paid_at,num from orders where status=1 and paid_at > "2019-10-01 00:00:00" and staff_id=1 order by paid_at asc