Operators ========= Math Operators -------------- * ``-`` unary minus * ``+`` * ``-`` * ``*`` * ``/`` * ``%`` Comparison Operators -------------------- * ``<`` * ``>`` * ``<=`` * ``>=`` * ``=`` * ``!=`` * ``<>`` * ``BETWEEN`` (inclusive) * ``IN`` (set membership) Logical Operators ----------------- * ``AND`` * ``OR`` * ``NOT`` Pattern Matching Operators -------------------------- * ``LIKE`` with ``_`` and ``%`` wildcards