Reference material for PARAM function
TEXT
.
Parameter | Description | Supported input types |
---|---|---|
<parameter> | Constant string containing the name of the query parameter to evaluate. | TEXT |
TEXT
PARAM
function, you need to define query parameters using the SET query_parameters
command.
The function relies on a request property named query_parameters
in JSON format. Use the following schema:
WITH
clause, to generate input data and apply a query parameter in a computation.
The WITH
clause defines a temporary dataset, and the query evaluates whether each row matches the parameter value using PARAM
.
name | difficulty | fastest_lap | driver |
---|---|---|---|
Nürburgring | Easy | 1:29.468 | Valtteri Bottas |