标签: sql
(select '99999' as [ram:ID], /* the rest of the codes */
输出:
<ram:ID>99999</ram:ID>
但我需要的是:
<ram:ID schemeAgencyID="1">99999</ram:ID>