`PREWHERE` statements are not supported Sample query: ` SELECT * FROM events PREWHERE user_id = 42 WHERE created_at > now() - INTERVAL 1 DAY; ` Parsing error: <img width="453" height="89" alt="Image" src="https://github.com/user-attachments/assets/db169c5b-48ae-4f84-b21c-c628da54feb3" /> Docs: https://clickhouse.com/docs/optimize/prewhere