首页 > 数据库技术 > 详细

mysql存储过程中使用select count(*) into 变量名 from +表+ where条件的用法

时间:2020-04-27 12:37:47      阅读:342      评论:0      收藏:0      [点我收藏+]
select count(*) into v_count from dual where userid=2;
此语句的意思就是根据where条件查询dual表,得到的行数存入变量v_count中(给变量赋值)

mysql存储过程中使用select count(*) into 变量名 from +表+ where条件的用法

原文:https://www.cnblogs.com/hushzhang/p/12785641.html

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