I have an xml field with the name Payload. It has data like this:
<FL>
<Head>
<TP>Nine11</TP>
<RB>Test</RB>
</Head>
<FL>
now I want to query the RB from Head where it's value is equal to e.g. 'Test.
I did this but beyond this I cannot figure out.
Select rlogs.PayLoadfrom rlogs
it displays and I tried casting even.
Select CAST(rlogs.PayLoad as text) from RecordLogs rlogs