1
0
mirror of synced 2025-02-09 00:39:25 +03:00

Merge pull request #7483 from javiereguiluz/patch-9

Fixed a minor syntax issue
This commit is contained in:
Luís Cobucci 2018-11-21 10:48:33 +01:00 committed by GitHub
commit 74e6189f3e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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