Variables PRQL SQL PRQL SQL Variables We can define a relation — similar to a CTE in SQL — as a variable with let : PRQL let top_50 = ( from employees sort...
Append PRQL SQL Remove PRQL SQL Intersection PRQL SQL Set operations Append Concatenates two tables together. Equivalent to UNION ALL in SQL. The number of rows is a...
Functions Function call Pipeline PRQL SQL PRQL SQL PRQL SQL PRQL SQL Currying and late binding Functions Function call The major distinction between PRQL and today...
Grammars / syntax highlighting Grammars / syntax highlighting PRQL contains multiple grammar definitions to enable tools to highlight PRQL code. These are all intended to provi...
prql-php Installation Usage Development Environment Building Tests Code style prql-php prql-php offers PHP bindings to prql-compiler crate through FFI. It provides th...