ClickHouse/tests/queries/1_stateful/00183_prewhere_conditions_order.reference
Nikita Taranov 483c2677a0 impl
2024-10-14 21:06:59 +01:00

3 lines
380 B
Plaintext

Prewhere filter column: and(like(__table1.Title, \'%Google%\'_String), notLike(__table1.URL, \'%.google.%\'_String), notEquals(__table1.SearchPhrase, \'\'_String)) (removed)
Prewhere filter column: and(notEquals(__table1.SearchPhrase, \'\'_String), like(__table1.Title, \'%Google%\'_String), notLike(__table1.URL, \'%.google.%\'_String)) (removed)