标签: mysql
<<,>>和< =>当使用这些运算符时。
答案 0 :(得分:1)
>>是右移操作符。 https://dev.mysql.com/doc/refman/8.0/en/bit-functions.html#operator_right-shift
>>
<=>是Null安全比较器https://dev.mysql.com/doc/refman/8.0/en/comparison-operators.html#operator_equal-to
<=>