发布网友 发布时间:2022-02-28 07:56
共1个回答
热心网友 时间:2022-02-28 09:25
是这样效果吗?
2015.1.1 2014.1.1
1 2
只有2个字段,应该只有这样了。
select sum(t.a) as 2105.1.1 sum(t.b) as 2014.1.1 from (
select je as a, 0 as b from A where rq='2015.1.1' union select 0 as a,je as b from A where rq='2014.1.1' )t追问
是这样的,把今天的取出来一列(本期销售),后面一列就是去年1.1日的(去年同期)这样子,谢谢