首页 > 其他 > 详细

Results from queries can be retrieved into local variables

时间:2017-01-20 14:31:17      阅读:197      评论:0      收藏:0      [点我收藏+]

w将查询结果赋值给本地变量。

http://dev.mysql.com/doc/refman/5.7/en/stored-program-variables.html

Results from queries can be retrieved into local variables using SELECT ... INTO var_list or by opening a cursor and using FETCH ... INTO var_list. See Section 14.2.9.1, “SELECT ... INTO Syntax”, and Section 14.6.6, “Cursors”.

Results from queries can be retrieved into local variables

原文:http://www.cnblogs.com/yuanjiangw/p/6322674.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!