Combine multiple LIMIT
s
#35383
Labels
area-query
closed-fixed
The issue has been fixed and is/will be included in the release indicated by the issue milestone.
customer-reported
type-enhancement
Milestone
It is currently possible to end up with multiple consecutive
LIMIT
in a query.This is especially likely when combined with other query optimizations (such as those that drop unneeded
ORDER BY
), as mentioned in #34831Removing them avoids nesting queries and in some cases makes it possible to use a simpler join instead of an apply.
The text was updated successfully, but these errors were encountered: