Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Syntax

JSON_ELEMENT(<string>; <number>)

Description

Returns the given element of a JSON arrayThe first element of a JSON array is numbered 0.

Examples

Column1NumberJSON_ELEMENT returns
[a,b,null]0a
[a,b,null]0.0a
[a,b,null]1b
[a,b,null]2null
  • No labels