Do not omit the ORDER BY clause from a recursive CTE just because the
outer query that uses the CTE also contains an ORDER BY clause. (tags: recursive-cte-orderby-fix)
↧