12.6.67. json table ::=
- JSONTABLE <lparen> <value expression primary> <comma> <string>(<comma>( TRUE | FALSE ))?COLUMNS <json table column>(<comma> <json table column>)* <rparen>( AS )? <identifier>
JSONTABLE テーブル関数は、JSON から表形式の結果を作成します。ネストされたテーブルの参照として使用できます。
例:
JSONTABLE (col1, '$..book', false COLUMNS x STRING) AS y
JSONTABLE (col1, '$..book', false COLUMNS x STRING) AS y