Skip to content

Commit

Permalink
add new section header for multiple where clauses (#963)
Browse files Browse the repository at this point in the history
  • Loading branch information
dantownsend committed Mar 21, 2024
1 parent 33cce04 commit c3d75e2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/src/piccolo/query_clauses/where.rst
Expand Up @@ -171,6 +171,9 @@ careful to include brackets in the correct place.
((b.popularity >= 100) & (b.manager.name == 'Guido')) | (b.popularity > 1000)
Multiple ``where`` clauses
~~~~~~~~~~~~~~~~~~~~~~~~~~

Using multiple ``where`` clauses is equivalent to an AND.

.. code-block:: python
Expand Down

0 comments on commit c3d75e2

Please sign in to comment.