10.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)
© 2025 Oracle
Licensed under the GPLv2 License.
The COLLATE clause has high precedence (higher than ||), so the following two expressions are equivalent:
x || y COLLATE z
x || (y COLLATE z)
© 2025 Oracle
Licensed under the GPLv2 License.
|
|