Language design Language design In a way PRQL is just a transpiler to SQL. This can cause its language design to gravitate toward thinking about PRQL features in terms of how t...
Language design Language design In a way PRQL is just a transpiler to SQL. This can cause its language design to gravitate toward thinking about PRQL features in terms of how t...
Grammars / syntax highlighting Grammars / syntax highlighting PRQL contains multiple grammar definitions to enable tools to highlight PRQL code. These are all intended to provi...
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...
Distinct PRQL SQL PRQL SQL Selecting from each group PRQL SQL PRQL SQL Roadmap Distinct PRQL doesn’t have a specific distinct keyword. Instead, use group and take 1...
Strings PRQL SQL PRQL SQL PRQL SQL PRQL SQL PRQL SQL PRQL SQL F-Strings and S-Strings Strings Strings in PRQL can use either single or double quotes: PRQL from ...
Strings PRQL SQL PRQL SQL PRQL SQL PRQL SQL PRQL SQL PRQL SQL F-Strings and S-Strings Strings Strings in PRQL can use either single or double quotes: PRQL from ...