SELECT [type],[desc] FROM #type
FOR JSON PATH
GO
SELECT [type],[desc] FROM #type
WHERE [type] LIKE '%F%'
FOR JSON PATH,ROOT('DB Type') 
GO
select userName,age from UserInfoes where userId=8 for xml path('user') 

 

相关文章:

  • 2022-12-23
  • 2021-12-13
  • 2022-12-23
  • 2022-12-23
  • 2022-01-20
  • 2022-12-23
  • 2021-11-16
猜你喜欢
  • 2022-12-23
  • 2021-06-17
  • 2022-12-23
  • 2022-12-23
  • 2022-02-01
  • 2022-12-23
相关资源
相似解决方案