本文介绍了寻找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
推荐答案
ExtractValue() Extracts a value from an XML string using XPath notation
UpdateXML() Return replaced XML fragment
这篇关于寻找sp_xml_preparedocument迁移的解决方案的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!