mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-19 04:42:37 +00:00
9 lines
210 B
Plaintext
9 lines
210 B
Plaintext
|
PREWHERE a IN ((
|
||
|
PREWHERE a IN (1, 2, 3)
|
||
|
PREWHERE a IN (t_02809_set)
|
||
|
PREWHERE a IN (t_02809_aux)
|
||
|
PREWHERE b NOT IN ((
|
||
|
PREWHERE b NOT IN (1, 2, 3)
|
||
|
PREWHERE b NOT IN (t_02809_set)
|
||
|
PREWHERE b NOT IN (t_02809_aux)
|