摘要:
转自:https://www.cnblogs.com/haciont/p/6249649.html 参考:http://www.jb51.net/article/43136.htm 阅读全文
posted @ 2019-03-11 18:47 yiyishuitian 阅读(71) 评论(0) 推荐(0)
|
|
摘要:
转自:https://www.cnblogs.com/haciont/p/6249649.html 参考:http://www.jb51.net/article/43136.htm 阅读全文
posted @ 2019-03-11 18:47 yiyishuitian 阅读(71) 评论(0) 推荐(0)
摘要:
--直接返回 SELECT '张学友' name, 60 age FOR JSON PATH --返回值 [{"name":"张学友","age":60}] select c1, c2 from table FOR JSON PATH --带子集 SELECT '张学友' name, 60 age,'你好毒' AS [专辑.流行],'如果这都不算爱' AS [专辑.经典] ... 阅读全文
posted @ 2019-03-11 18:44 yiyishuitian 阅读(2301) 评论(0) 推荐(0) |
|