我有一个查询,其中有一个参数,我声明为:
declare @year varchar(10)='F2016/2017' select forecast - lag(forecast, 1, 0)over(partition by id order by id, date) as @year - 1
在这里,我得到了预测栏的差异,并希望将该栏命名为f2015/2016。我有办法做到吗??
目前还没有任何答案,快来回答吧!
暂无答案!
目前还没有任何答案,快来回答吧!