Home  >  Article  >  Database  >  01. 把存储过程结果集SELECT INTO到临时表

01. 把存储过程结果集SELECT INTO到临时表

WBOY
WBOYOriginal
2016-06-07 17:42:372517browse

在开发过程中,很多时候要把结果集存放到临时表中,常用的方法有两种。 一. SELECT INTO 1. 使用select into会自动生成临时表,不需要事先创建 # temp from sysobjects # temp

在开发过程中,很多时候要把结果集存放到临时表中,服务器空间,香港虚拟主机,常用的方法有两种。

一. SELECT INTO
1. 使用select into会自动生成临时表,不需要事先创建

#temp from sysobjects #temp ,香港空间

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn