Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
collectiveidea#143 > The subquery returns 1 row so there is no need to use "IN" as the "=" operator will work just fine. Additionally, using "=" doesn't allow the query planner to choose a plan that can sidestep the LIMIT.
- Loading branch information