34,838
社区成员




declare @tzjh numeric(19, 2)
declare @tzjl numeric(19, 2)
--然后有一个语句
select tzjh,tzjl from tzujin where year(tdtfrom)=year(getdate())
set @tzjh=tzjh
set @tzjl=tzjl
declare @tzjh numeric(19, 2)
declare @tzjl numeric(19, 2)
--然后有一个语句
select @tzjh=tzjh,@tzjl=tzjl from tzujin where year(tdtfrom)=year(getdate())
select @tzjh=tzjh,@tzj=tzjl from tzujin where year(tdtfrom)=year(getdate())