Fixed a minor syntax issue
This commit is contained in:
parent
505ec21f97
commit
2e7a3affba
@ -111,7 +111,7 @@ You can select scalars from any entity in the query.
|
|||||||
|
|
||||||
.. code-block:: sql
|
.. 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
|
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
|
being an array made up of a User object and the scalar value
|
||||||
|
Loading…
x
Reference in New Issue
Block a user