Hi All
I am trying to create xml from table
for that i used query
select column1,column2,column3 from table1 FOR XML PATH('')
This will give xml output
1xxxABC
My desired output should be like given below
<[/b]column2>xxx
ABC
Suggest me how will i arrive to this output through SQL Query and XML commands
awating reply asap