我在变量中使用表类型@temporaltable
FETCH MyCursor Into @temporaltable
但是当我尝试进入 e 领域时,我得到了一个错误......
insert into T1 (t1field1,t1field2, t1field3)
values(@temporaltable.field1, @temporaltable.field2, @temporaltable.field3)
它无法识别@temporaltable
,我得到了错误
必须声明标量变量@temporaltable