Home > Database > Mysql Tutorial > body text

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

WBOY
Release: 2016-06-07 17:42:37
Original
2514 people have browsed it

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

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

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

#temp from sysobjects #temp ,香港空间

Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!