MySQL 9.3 Reference Manual Including MySQL NDB Cluster 9.3

12.8.2 COLLATE Clause Precedence

The COLLATE clause has high precedence (higher than ||), so the following two expressions are equivalent:

x || y COLLATE z
x || (y COLLATE z)