导航

2019年9月12日

摘要: --查消费金额select convert(varchar(7),exp_date,111) as 月份,count(exp_item) as 消费计数,sum(exp_price*exp_count) as 花费金额fromtbl_expend where convert(varchar(7),e 阅读全文

posted @ 2019-09-12 16:37 竹子柱 阅读(97) 评论(0) 推荐(0) 编辑