摘要: 一. SELECT INTO 1. 使用select into会自动生成临时表,不需要事先创建 select * into #temp from sysobjects 01. 把存储过程结果集SELECT INTO到临时表 select * from #temp 2. 如果当前会话中,已存在同名的临 阅读全文
posted @ 2017-06-17 23:40 coolsundy 阅读(7364) 评论(0) 推荐(0) 编辑