mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-24 00:22:29 +00:00
add test case
This commit is contained in:
parent
eed01abf65
commit
93b09c54fd
5
tests/queries/1_stateful/00166_explain_estimate.sql
Normal file
5
tests/queries/1_stateful/00166_explain_estimate.sql
Normal file
@ -0,0 +1,5 @@
|
||||
EXPLAIN ESTIMATE SELECT count() FROM test.hits WHERE CounterID = 29103473;
|
||||
EXPLAIN ESTIMATE SELECT count() FROM test.hits WHERE CounterID != 29103473;
|
||||
EXPLAIN ESTIMATE SELECT count() FROM test.hits WHERE CounterID > 29103473;
|
||||
EXPLAIN ESTIMATE SELECT count() FROM test.hits WHERE CounterID < 29103473;
|
||||
EXPLAIN ESTIMATE SELECT count() FROM test.hits WHERE CounterID = 29103473 UNION ALL SELECT count() FROM test.hits WHERE CounterID = 1704509;
|
Loading…
Reference in New Issue
Block a user