不能用select into 能否创建 表变量 , select into 只能临时表或者实际表 采用另外的方法: 用insert into 表变量 (字段。。。。) select from ....语句 相关文章: