Is 'FOR XML' (RAW, AUTO, PATH) supported in SQL Azure

点点圈 提交于 2020-01-04 04:37:04

问题


MS SQL Server supports extracting relational data using FOR XML (RAW, AUTO, PATH). Is this feature supported in SQL Azure? If not, has anyone tried workarounds. Thank you for your help in advance.


回答1:


Yes. I use FOR XML PATH and FOR XML RAW in SQL Azure with no problems. Haven't needed to use the AUTO option yet.



来源:https://stackoverflow.com/questions/12851167/is-for-xml-raw-auto-path-supported-in-sql-azure

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!