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 seem that transforms are also keywords, but they are normal function within std namespace:
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 seem that transforms are also keywords, but they are normal function within std namespace: