Skip to content Skip to sidebar Skip to footer
Showing posts with the label Xpath

In Hive, How To Read Through Null / Empty Tags Present Within An Xml Using Explode(xpath(..)) Function?

In below Hive-query, I need to read the null / empty 'string' tags as well, from the XML co… Read more In Hive, How To Read Through Null / Empty Tags Present Within An Xml Using Explode(xpath(..)) Function?

Get The Names Of Attributes From An Element In A Sql Xml Column

For this xml (in a SQL 2005 XML column): 1 I'd like to be able to retrieve the Solution 1:… Read more Get The Names Of Attributes From An Element In A Sql Xml Column

Querying An Xml List In Sql Server Using Xquery

I have a table in SQL server that is used to store submitted form data. The form fields for each su… Read more Querying An Xml List In Sql Server Using Xquery

Save Result Of Exec Sp_excutequery Using Xpath

Hi i have this example DECLARE @XML1 xml, @XPath nvarchar(200), @EncodedXPath nvarchar(200),… Read more Save Result Of Exec Sp_excutequery Using Xpath

How Do I Return A List Of Values Instead Of A String When Querying A Oracle Database Using Xpath?

I am using XPath to query an oracle database where the field I am querying looks like: Godfather, … Read more How Do I Return A List Of Values Instead Of A String When Querying A Oracle Database Using Xpath?

Deleting Multiple Nodes In Single Xquery For Sql Server

I have: a table with an xml type column (list of IDs) an xml type parameter (also list of IDs) Wh… Read more Deleting Multiple Nodes In Single Xquery For Sql Server

Search Xml With A Like Or Similar Full Search Operation

I want to search an XML valued column to see if a contains a string. I don't know the schema, … Read more Search Xml With A Like Or Similar Full Search Operation

How Do You Get A Node That Contains A Child Node With A Given Attribute Value In An Xml Document Using Sql Server?

I'm working on parsing XML documents using SQL Server 2008. I'm a complete noob and I was w… Read more How Do You Get A Node That Contains A Child Node With A Given Attribute Value In An Xml Document Using Sql Server?