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

3 lines
96 B
SQL

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