logoalt Hacker News

zokier05/04/20251 replyview on HN

I think CTE is red herring here, the problem is in the sub-query regardless if it's in CTE or not


Replies

Normal_gaussian05/04/2025

Yes, it is a red herring for sure; using a limit without a sort in a sub-query is always an issue.