mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-20 06:32:08 +00:00
15 lines
236 B
Plaintext
15 lines
236 B
Plaintext
SELECT count()
|
|
FROM t_constraints_where
|
|
WHERE 0
|
|
SELECT count()
|
|
FROM t_constraints_where
|
|
WHERE 0
|
|
SELECT count()
|
|
FROM t_constraints_where
|
|
WHERE 0
|
|
SELECT count()
|
|
FROM t_constraints_where
|
|
WHERE b < 8
|
|
SELECT count()
|
|
FROM t_constraints_where
|