承蒙不弃

关注

JSON_QUERY Function (JSON)

承蒙不弃

关注

阅读 70

2022-01-09

The following query returns the value {"item1":1,"item2":2,"item3":3}.

SELECT JSON_QUERY('{"item1":1, "item2":2, "item3":3}', '$') AS JSONQUERY FROM DUMMY;
The following query returns the value [1].

SELECT JSON_QUERY('{"item1":1, "item2":2, "item3":3}', '$.item1' WITH WRAPPER ) AS JSONQUERY FROM DUMMY;

相关推荐

刘员外__

【python openai function2json小工具】

刘员外__ 17 0 0

ZGtheGreat

json对象(json对象和json数组)

ZGtheGreat 119 0 0

我阿霆哥

json_json的定义/definition of json

我阿霆哥 105 0 0

海牙秋天

JSON - JSON_lib

海牙秋天 69 0 0

晒大太阳了

java xml 转json json 转 json对象

晒大太阳了 62 0 0

沈芏

json常用方法,json如何使用,json是什么,json的作用

沈芏 178 0 0

人间四月天i

Json与Json工具介绍

人间四月天i 58 0 0

圣杰

WCF post json and return json

圣杰 38 0 0

洛茄

【Azure Durable Function】PowerShell Activity 函数遇见 Newtonsoft.Json.JsonReaderException

洛茄 44 0 0

全栈学习笔记

JSon

全栈学习笔记 25 0 0

精彩评论(0)

0 0 举报