MySQL HeatWave User Guide

5.3.9 Logical Operators

The following table shows supported logical operators.

Table 5.8 Logical Operators

Name Description
AND, && Logical AND
NOT, ! Negates value
||, OR Logical OR
XOR Logical XOR

What's Next