We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb8b569 commit 4bc8801Copy full SHA for 4bc8801
1 file changed
docs/codeql/ql-language-reference/queries.rst
@@ -75,6 +75,10 @@ ordered according to the values in the ``y`` column, in descending order:
75
| 3 | 0 | 0 | product: 0 |
76
+---+---+---------+------------+
77
78
+A query may output identically duplicated rows because deduplication is done before ``.toString()``
79
+is called on the select expressions. If you wish to avoid this, explicitly call ``.toString()`` on the
80
+values in your select clause.
81
+
82
.. _query-predicates:
83
84
Query predicates
0 commit comments