X079: Insert/Delete/Update function not allowed on sorted query.
You cannot perform a
positioned
update/insert/delete on a query that requires sorting. Queries that may require sorting are those involving ORDER BY, GROUP BY, DISTINCT, and UNION.
Parent topic:
X050 - X099