I have some xml data stored in database (sqlserver) in following format:
eg. email saved as follows:
<![CDATA[test@test.com]]>
My requirement is to fetch the above data without xml tags. Is it possible in sqlserver’s query or not?
if yes please give your valuable suggestions.
I need only “test@test.com”.
Try this.
With a table it could look like this.