|
楼主 |
发表于 2020-1-2 23:45:01
|
显示全部楼层
怎么不行呢?
服务器: 消息 170,级别 15,状态 1,行 1
第 1 行: '@tt' 附近有语法错误。
服务器: 消息 170,级别 15,状态 1,行 18
第 18 行: '@tt' 附近有语法错误。
set IDENTITY_INSERT @tt off
declare @tt table (sid tinyint identity(1,1),v decimal(18,2),st tinyint)
insert into @tt
select #1.vs,
case
when ... then 0
when ... then 1
when ... then 2
end si
from fd()#1
inner join
fs('')#3
on #1.id=#3.id
order by vs,si
set IDENTITY_INSERT @tt on
|
|