码迷,mamicode.com
首页 > 数据库 > 详细

mysql 变量is null 和 not exists区别

时间:2014-09-12 13:11:43      阅读:249      评论:0      收藏:0      [点我收藏+]

标签:http   使用   ar   问题   sp   log   c   ad   sql   

问题:

使用游标遍历时,发现使用

select var into tmp where var=?

然后判断if tmp is null时,不能走完所有的遍历。经debug发现,

当var为空时,则跳出游标的遍历。

 

解决方式:

使用if not exists(select var into tmp where var=?)时,则ok。

 

暂且不知道原因,记录下来留待后续探究。

 Apache Kafka is publish-subscribe messaging rethought as a distributed commit log

http://kafka.apache.org/

The Apache Mahout™ project‘s goal is to build a scalable machine learning library.

https://mahout.apache.org/

mysql 变量is null 和 not exists区别

标签:http   使用   ar   问题   sp   log   c   ad   sql   

原文地址:http://www.cnblogs.com/davidwang456/p/3968026.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!