1
0
mirror of synced 2025-02-02 13:31:45 +03:00

Fixed a minor syntax issue

This commit is contained in:
Javier Eguiluz 2018-11-21 09:06:54 +01:00 committed by GitHub
parent 505ec21f97
commit 2e7a3affba
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
``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