HIGH_NOT_PRECEDENCE
This page is part of MariaDB's Documentation.
The parent of this page is: SQL Modes
Topics on this page:
Overview
This mode increases the precedence of the NOT operator, so that NOT a BETWEEN b and c
is interpreted as (NOT a) BETWEEN b and C
. This mode is more compatible with MySQL 5.0.1 and before.