Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 need xml help...

Author  Topic 

divyaram
Posting Yak Master

180 Posts

Posted - 2010-01-15 : 07:11:33
hi all
select Sub_ID,First_Name,Mid_Name from FIS_Sub_Author
order by Sub_ID,First_Name
for xml auto

i want to get outsorted acoording to sub_ID
firstname and midname with same sub_id should come in same element

Regards,
Divya
   

- Advertisement -