Database Error Messages

JZN-00338

Order by path must not have array steps

Cause

A path used in an order by path expression used an array step. Order by path expressions use lax semantics and must not have explicit array steps.


Action

Remove the array steps from the order by path expression.