v.23.7Experimental Feature

Added Support for PRQL Query Language

Added support for PRQL as a query language. #50686 (János Benjamin Antal).
Added support for PRQL as a query language in ClickHouse.

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.