我在網上做了很多關於這個問題的答案的研究。我發現了很多幫助網站,但不幸的是我沒有得到結果(我不太瞭解XML)。SQL Server 2012查詢XML列
我有一個表(稱爲CustomField.PersonCustomFieldValue),它具有存儲XML數據的XML數據類型列(稱爲XmlValue)。我不確定如何提取值。
存儲在列中的數據的一個例子是:
<XmlDataValue xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><Value xsi:type="xsd:string">NO</Value></XmlDataValue>
如何提取字符串值?在這種情況下 - 「否」。
非常感謝。
檢查[這](http://stackoverflow.com/questions/899313/select-values-from-xml-field-in-sql -server-2008)的問題,可能會幫助你通過! –