We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90b82a0 commit 7384592Copy full SHA for 7384592
docs/language/ql-handbook/expressions.rst
@@ -292,7 +292,7 @@ The following aggregates are available in QL:
292
293
from int x
294
where x in [-5 .. 5] and x != 0
295
- select unique(int y | y = x and y = x.abs() | y)
+ select unique(int y | y = x or y = x.abs() | y)
296
297
The ``unique`` aggregate is supported from release 2.1.0 of the CodeQL CLI, and release 1.24 of LGTM Enterprise.
298
0 commit comments