Versions Compared

Key

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

The FLATTEN directive separates the elements in a repeated field into individual records.

Syntax

Code Block
flatten <column>:column[,<column>:column]*

The <column>column is the name of a column that is a JSON array.

...