ClickHouse/tests/queries/1_stateful/00039_primary_key.sql

3 lines
110 B
MySQL
Raw Normal View History

SELECT count() FROM test.hits WHERE CounterID < 10000;
SELECT count() FROM test.hits WHERE 10000 > CounterID;