Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Query with XML help
Message
 
À
Tous
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Syntaxe SQL
Titre:
Query with XML help
Versions des environnements
SQL Server:
SQL Server 2005
Divers
Thread ID:
01497674
Message ID:
01497674
Vues:
124
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform