ClickHouse/tests/queries/1_stateful/00055_index_and_not.sql

2 lines
113 B
MySQL
Raw Normal View History

SELECT count() FROM test.hits WHERE NOT (EventDate >= toDate('2015-01-01') AND EventDate < toDate('2015-02-01'))