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 d8cff52 commit d7a6c77Copy full SHA for d7a6c77
docs/query_specs.adoc
@@ -344,7 +344,7 @@ Generated SQL:
344
----
345
+
346
NOTE: `"<department.city.name"` means left join between `employee` (the current object) and `department`,
347
-whereas `"department.<city.name"` means left join between `departement` and `city`.
+whereas `"department.<city.name"` means left join between `department` and `city`.
348
349
NOTE: Using *optional chaining operator* `"<department.city.name"` could be represented as `"department?.city.name"`
350
and `"department.<city.name"` could be represented as `"department.city?.name"`.
0 commit comments