Back to Prql

Parameters

web/book/src/reference/syntax/parameters.md

0.13.12309 B
Original Source

Parameters

Parameter is a placeholder for a value provided after the compilation of the query.

It uses the following syntax: $id, where id is an arbitrary alpha numeric string.

Most database engines only support numeric positional parameter ids (i.e $3).

prql
from employees
filter id == $1