首页
编程
java
php
前端
首页
编程
java
php
前端
查询问题:列出当年的销售总和,部分数据见图片
列出当年的销售总和,表名为sales.
select sum(qty) from sales where year(ord_date) = year(now())
点击展开全文