寻找sp_xml_preparedocument迁移的解决方案

问题描述:

我们正在将存储过程从MS SQL Server迁移到mysql。

我们遇到了 sp_xml_preparedocument 的问题。



如果有人有建议,请不要犹豫

We are migrating Stored Procedure from MS SQL Server to mysql.
We ran into problems with sp_xml_preparedocument.

If anyone have suggestion, please do not hesitate

MySQL具有以下功能可供使用 Xml [ ^ ]。尝试查看它们。

MySQL has the following functions to work on Xml[^]. try looking at them.
ExtractValue()  Extracts a value from an XML string using XPath notation
UpdateXML() Return replaced XML fragment