跳到主要内容

算数运算符

+-*/%

比较运算符

=<>!=<><=>=betweennot betweeninnot in<=>likeregexprlikeis nullis not null

逻辑运算符

not!andorxor

位运算符

&|^!<<>>