ClickHouse/dbms/tests/queries/1_stateful/00055_index_and_not.sql
2018-08-07 20:08:51 +03:00

2 lines
113 B
SQL

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