### 10.8.2 COLLATE 子句优先级 这`整理`子句具有高优先级(高于[`||`](logical-operators.html#operator_or)),所以下面两个表达式是等价的: ``` x || y COLLATE z x || (y COLLATE z) ```