Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions docs/codeql/ql-language-reference/queries.rst
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,10 @@ ordered according to the values in the ``y`` column, in descending order:
| 3 | 0 | 0 | product: 0 |
+---+---+---------+------------+

A query may output identically duplicated rows because deduplication is done before ``.toString()``
is called on the select expressions. If you wish to avoid this, explicitly call ``.toString()`` on the
values in your select clause.

.. _query-predicates:

Query predicates
Expand Down
Loading