Table of Contents

SQL - Operators

Arithmetic

+ - * / %

Bitwise

& | ^

Comparison

= < > <= >= != !< !> <> !=

Compound

+= -= *= /= %= &= |= ^=

Logical

AND | OR | NOT | ANY | SOME | ALL | BETWEEN | IN | EXISTS | LIKE | IS NULL | UNIQUE