Home > Database > Mysql Tutorial > body text

MySQL5.5 存储过程支持limit变量

WBOY
Release: 2016-06-07 17:41:56
Original
1198 people have browsed it

今天我在审核开发的SQL时,发现有个存储过程他们是用动态SQL(CONCAT()函数)拼凑的,这样性能没有静态SQL好,于是让他们更改,结果他们说创建存储过程报错,我

今天我在审核开发的SQL时,发现有个存储过程他们是用动态SQL(CONCAT()函数)拼凑的,香港服务器租用,这样性能没有静态SQL好,于是让他们更改,结果他们说创建存储过程报错,我很纳闷,不应该啊,网站空间,我这边没问题,结果咨询了那边,测试环境是用的MySQL5.1,而我这边是MySQL5.5,版本的问题。
 

下面我做了一个测试,这个是MySQL5.1的,如图:


创建果然报错,再来看看MySQL5.5的表现,如图:
 


完全OK,香港服务器,一切顺利。

 

本文出自 “贺春旸的技术专栏” 博客,请务必保留此出处

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!