有人可以帮助我使用T-SQL OPENJSON来解析这个JSON响应吗?
@expectedFailureIf ( GetCurrentOS() == kPlatMac )
class someClass( unittest )
# works here but not above
def test_sometest(self):
#sometest here
我想要的是返回数组值。
谢谢。
答案 0 :(得分:0)
您只需在json_path
函数中指定value
至OPENJSON
:
SELECT value
FROM OPENJSON ( @json, '$.value' )
<强>输出:强>
value
------------------------------------
d4eec69a-98fe-4d83-865e-29769172948b
4a2e47ce-d135-4078-ac50-7d5520f17317