`GLOBAL ... JOIN` statements are not supported Sample query: ` SELECT * FROM events e GLOBAL ANY LEFT JOIN users u ON e.user_id = u.id; ` Parsing error: <img width="466" height="91" alt="Image" src="https://github.com/user-attachments/assets/cb59b3f4-2c2e-4d97-b2f0-9c658877dfe9" /> Docs: https://clickhouse.com/docs/sql-reference/statements/select/join