We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a37cafd commit 0e32538Copy full SHA for 0e32538
lib/ecto/query/api.ex
@@ -164,7 +164,7 @@ defmodule Ecto.Query.API do
164
)
165
166
167
- This is best used in conjunction with `parent_as` to correlate the subquery
+ This is best used in conjunction with `parent_as/1` to correlate the subquery
168
with the parent query to test some condition on related rows in a different table.
169
In the above example the query returns posts which have at least one comment that
170
has more than 5 replies.
0 commit comments