Skip to content

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.

ParameterType
columnColOrName
fieldsstring[]

Column