dbt-prql Examples Simple example Less simple example Replacing macros What it does Installation Current state How does it work? Roadmap dbt-prql Original docs at http...
F-strings PRQL SQL PRQL SQL Roadmap F-strings F-strings are a readable approach to building new strings from existing strings. Currently PRQL supports this for concatenati...
Strings PRQL SQL Quoting and escape characters PRQL SQL PRQL SQL Other string formats Escape sequences Strings String literals can use any matching odd number of eithe...
How do I: remove duplicates? PRQL SQL PRQL SQL Remove duplicates from each group? PRQL SQL PRQL SQL How do I: remove duplicates? PRQL doesn’t have a specific distinct ...
Take Examples PRQL SQL PRQL SQL Take Picks rows based on their position. See Ranges for more details on how ranges work. Examples PRQL from employees take 10 ...
Take Examples PRQL SQL PRQL SQL Take Picks rows based on their position. take { n | range } See Ranges for more details on how ranges work. Examples PRQL from ...
PRQL compiler Installation Examples Terminology PRQL compiler prql-compiler contains the implementation of PRQL’s compiler, written in Rust. For more on PRQL, check out th...