prestodb/sql

Remove ORDER BY without LIMIT from subqueries

kaikalur opened this issue · 0 comments

In a distributed query execution system, ORDER BY in the middle of the query are meaningless so we should drop it.