Keywords PRQL SQL Keywords At the moment, PRQL uses only four keywords: prql let func case To use these names as columns or relations, use backticks: `case` . It may...
Lists PRQL SQL PRQL SQL PRQL SQL Lists Lists are represented with [] , and can span multiple lines. A final trailing comma is optional. PRQL from numbers derive [ ...
Window Example PRQL SQL PRQL SQL Windowing by default PRQL SQL PRQL SQL Window functions as first class citizens PRQL SQL Window Applies a pipeline to segments of ...
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...
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...
Ranges PRQL SQL PRQL SQL Roadmap Ranges PRQL has a concise range syntax start..end . If only one of start & end are supplied, the range is open on the empty side. Range...
Dates & times Dates PRQL SQL Times PRQL SQL Timestamps PRQL SQL Intervals PRQL SQL Examples Roadmap Datetimes Dates & times PRQL uses @ followed by a string to ...
Dates & times Dates PRQL SQL Times PRQL SQL Timestamps PRQL SQL Intervals PRQL SQL Examples Roadmap Datetimes Dates & times PRQL uses @ followed by a string to ...