MySQL HeatWave User Guide

5.2 Supported SQL Modes

Default DB System SQL modes are supported, which include ONLY_FULL_GROUP_BY, STRICT_TRANS_TABLES, NO_ZERO_IN_DATE, NO_ZERO_DATE, ERROR_FOR_DIVISION_BY_ZERO, and NO_ENGINE_SUBSTITUTION. See Server SQL Modes.

In addition, the following SQL modes are supported:

Temporal types are supported only with strict SQL mode. See Strict SQL Mode.

What's Next