下記のSQLコードを実行すると表のような結果が返ってきました。SQLの空白部分として正しい式を選択してください。
with sample_table as ( select parse_json(column1) as body from values ('{ "id": 1, "title": "datatech-learning-place", "tags": ["Next.js", "AWS"] }') ) select s.body:id::integer as id, s.body:title::string as title, f.value::string as tag from sample_table s, <ここを埋めてください>;
id | title | tag |
---|---|---|
1 | datatech-learning-place | Next.js |
2 | datatech-learning-place | AWS |
(select 3 options)
スポンサーを募集中。紹介コンテンツもご用意しますので、ご興味あればお問い合わせください。