运算符本页总览算数运算符 + 、 - 、 * 、 / 、 % 比较运算符 = 、 <> 、 != 、 < 、 > 、 <= 、 >= 、 between 、 not between 、 in 、 not in 、 <=> 、 like 、 regexp 、 rlike 、 is null 、 is not null 逻辑运算符 not 、 ! 、 and 、 or 、 xor 位运算符 & 、 | 、 ^ 、 ! 、 << 、 >>