MYSQL-------安全等于<=>

--安全等于<=>
1.可作为普通运算符的=
2.也可以用于判断是否是NULL 如:where salary is NULL/(is not NULL) ->where salary <=>NULL

原文地址:https://www.cnblogs.com/god-for-speed/p/10887417.html