Skip to content

Commit

Permalink
Merge pull request #5572 from iRedds/fix/qbs-doc
Browse files Browse the repository at this point in the history
Fix: QueryBuilder doc
  • Loading branch information
kenjis authored Jan 14, 2022
2 parents e0ce16c + bbf3dfa commit 2f460c2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions user_guide_src/source/database/query_builder.rst
Original file line number Diff line number Diff line change
Expand Up @@ -230,8 +230,6 @@ Use the ``$db->newQuery()`` method to make a subquery the main table.::

// Produces: SELECT * FROM (SELECT `id`, `name` FROM users) AS t

.. note:: Only one subquery can be passed to a method.

**$builder->join()**

Permits you to write the JOIN portion of your query::
Expand Down

0 comments on commit 2f460c2

Please sign in to comment.