json_tuple
function json_tuple(column, ...fields): Column;Defined in: functions/json.ts:23
Creates a new row for a JSON column according to the given field names.
Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
column |
ColOrName |
…fields |
string[] |