Case PRQL SQL PRQL SQL Case Note case is currently experimental and may change behavior in the near future Info case was previously (PRQL 0.4 to 0.5) called switch an...
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...
Variables PRQL SQL PRQL SQL Variables Variables assign a name to an expression (let’s call it x ). The name can then be used in any expression, acting as a substitute for t...
From Examples PRQL SQL PRQL SQL From Specifies a data source. from table_reference Table names containing schemas, keywords, or special characters need to be containe...
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 ...
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 ...