mirror of
https://github.com/github/codeql.git
synced 2026-05-25 16:47:07 +02:00
7 lines
114 B
Plaintext
7 lines
114 B
Plaintext
from int i, int j
|
|
where
|
|
i in [1, 2] and
|
|
j in [1, 2] and
|
|
not (i = 2 and j = 2)
|
|
select "#select", i, j, "foo"
|