摘要:
1. null是不可比较的(跟java中的NaN类似),因此其比较操作总是false比如:update table set channel = #channel# where order_id = 12345 and channel 'AA' (如果channel为null,则channel'AA... 阅读全文
posted @ 2015-12-23 09:31 星龙冰 阅读(172) 评论(0) 推荐(0)
|
|||
|
摘要:
1. null是不可比较的(跟java中的NaN类似),因此其比较操作总是false比如:update table set channel = #channel# where order_id = 12345 and channel 'AA' (如果channel为null,则channel'AA... 阅读全文
posted @ 2015-12-23 09:31 星龙冰 阅读(172) 评论(0) 推荐(0) |
|||