mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-04 21:42:39 +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
|