Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Query with XML help
Message
 
To
All
General information
Forum:
Microsoft SQL Server
Category:
SQL syntax
Title:
Query with XML help
Environment versions
SQL Server:
SQL Server 2005
Miscellaneous
Thread ID:
01497674
Message ID:
01497674
Views:
122
Hi All,

I am working with the SQL tables that has XML data stored in a field defined as varchar. I am trying to extract specific element from the XML and this is what I have so far:
select XMLInString, CAST(XMLInString as XML), 
	CAST(XMLInString as XML).query('/pbXML/Shipment/BillNr[1]')
from ShipmentPlanning
This almost works. 3rd field in the above query returns: BillNr 9999 /BillNr

What I am looking for is only the 9999 part to be returned.

Thank you,
daniel
Next
Reply
Map
View

Click here to load this message in the networking platform