ClickHouse/tests/queries/1_stateful/00060_move_to_prewhere_and_sets.sql

3 lines
96 B
MySQL
Raw Normal View History

SET optimize_move_to_prewhere = 1;
SELECT uniq(URL) FROM test.hits WHERE TraficSourceID IN (7);