Home > pinot-noir > sql
SQL template tag
Signature:
sql: (strings: readonly string[], ...values: readonly RawValue[]) => Sql;
Parameter |
Type |
Description |
---|---|---|
strings |
readonly string[] |
sql template |
values |
readonly RawValue[] |
template values |
Sql
SQL statement