我尝试使用以下脚本在MSSQL中正常运行。但不是在mysql中。
如何更新在MYSQL中使用的以下脚本。
;WITH XMLNAMESPACES('http://www.ctor.com/retail' as retail)
select
,cast(CAST(cast( REPLACE([XML], 'encoding="UTF-8"', '') as nvarchar(max)) as xml).query('data(/retail:customerAttribute/retail:value/retail:stringValue)[1]') as varchar(200)) as desct
from enactorem.customerattributes