mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-26 17:41:59 +00:00
Update 02575_merge_prewhere_materialized.sql
This commit is contained in:
parent
86e9b131c7
commit
2472eeaefd
@ -36,3 +36,8 @@ SELECT * FROM m PREWHERE a = 'OK' ORDER BY a, f;
|
||||
SELECT * FROM m PREWHERE f = 1 ORDER BY a, f;
|
||||
SELECT * FROM m WHERE f = 0 SETTINGS optimize_move_to_prewhere=0;
|
||||
SELECT * FROM m WHERE f = 0 SETTINGS optimize_move_to_prewhere=1;
|
||||
-- { echoOff }
|
||||
|
||||
DROP TABLE m;
|
||||
DROP TABLE t1;
|
||||
DROP TABLE t2;
|
||||
|
Loading…
Reference in New Issue
Block a user