cancel
Showing results for 
Search instead for 
Did you mean: 
azl
New Contributor
since Friday
Friday

User Stats

  • 2 Posts
  • 1 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

I have an XML string in my table and I want to extract a full node from it using SQL functions, without needing to parse it in full i.e. from '<a><b><c>c1</c></b></a>' I want '<b><c>c1</c></b>' (preferably) or '<c>c1</c>'.What little I can find that ...