Merge pull request #7483 from javiereguiluz/patch-9
Fixed a minor syntax issue
This commit is contained in:
commit
74e6189f3e
@ -111,7 +111,7 @@ You can select scalars from any entity in the query.
|
||||
|
||||
.. code-block:: sql
|
||||
|
||||
``SELECT u, p.quantity FROM Users u...``
|
||||
SELECT u, p.quantity FROM Users u...
|
||||
|
||||
Here, the result will again be an array of arrays, with each element
|
||||
being an array made up of a User object and the scalar value
|
||||
|
Loading…
x
Reference in New Issue
Block a user