ORACLE JSON_TABLE I need to get 2 columns from an array

前端 未结 0 423
眼角桃花
眼角桃花 2020-12-14 04:59

I have this SQL code

SELECT * FROM JSON_TABLE ((\'
[
    "tipodenunciaid": [1,2,3,4],
    "municipioid": [1,2,3,4,5]
]
\'), \'$[*]\' COLUM         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题