Why it matters
This feature introduces PRQL (a modern query language) support to ClickHouse, enabling users to write queries in a more expressive and readable syntax which can improve productivity and make complex query composition easier.How to use it
Users can write queries using PRQL syntax which will be translated and executed by ClickHouse. To use this feature, write queries in PRQL format within ClickHouse's querying interface or API that supports PRQL input.