阅读背景:

Mysql 关于处理NULL值的相关函数和操作符

来源:互联网 

操作符

<=>

NULL-safe equal. This operator performs an equality comparison like the = operator, but returns 1 rather than NULL if both operands are NULL, and 0 rather than NULL if one operand is NULL.
NULL安全的相等比较操作符。这个操作符和‘=’操作符一样用来执行相等的比较,但返回1而不是NULL如果两个操作数都是NULL,返回0而不是NULL如果只有一个操作数是零。NULL-safe equal. This operator perf



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: