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

select count(*) into v_count from dual where userid=2;
此语句的意思就是根据where条件查询dual表,得到的行数存入变量v_count中(给变量赋值)

posted on 2020-04-27 11:44  hushzhang  阅读(3311)  评论(0编辑  收藏  举报

导航