SQL Server XML: return XML which contains node from XML column

前端 未结 0 970
南方客
南方客 2020-12-08 01:27

I have a SQL Server table with an XML column like this:

create table tab
(
     Id int, 
     Title nvarchar(200), 
     XmlCol xml
)

I need

相关标签:
回答
  • 消灭零回复
提交回复
热议问题