2
I have the following query for the Oracle bank:
select xmlagg(xmlelement(e, d.delinha, '').extract('//text()') order by d.nulinha).getclobval()
.
I need to convert to run in the Sqlserver bank, but I’m not getting it. Does anyone know any equivalent function to Sqlserver or other alternative to get the same result.
I’ve never seen anything like this in SQL Server, what exactly does this Query ai?
– Thiago Loureiro
I am knowing the query also, apparently it concatenates the data of an xml, coming from the database.
– henrique klock