Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The WRITE-AS-JSON-OBJECT directive composes a JSON object based on the fields specified and writes it to the destination column.

Syntax

Code Block
write-as-json-object :column [col [ ,col]*]

The column will contain a JSON object composed of all the fields specified in the col.write-as-json-object :column [col [ ,col]*]

Usage Notes

The WRITE-AS-JSON-OBJECT directive composes a JSON Object based on the fields or columns specified to be added to the object.

...