摘要: -- mysql查询本季度-- 今天select * from ticket_order_detail where to_days(use_time) = to_days(now());-- 7天SELECT *FROM ticket_order_detail where DATE_SUB(CURD 阅读全文
posted @ 2017-11-28 09:24 你过来啊 阅读(4291) 评论(0) 推荐(0)