(select
'99999' as [ram:ID],
/* the rest of the codes */
out put :
<ram:ID> 99999 </ram:ID>
but what i need is :
<ram:ID schemeAgencyID= "1"> 99999 </ram:ID>
'99999' as [ram:ID],
/* the rest of the codes */
out put :
<ram:ID> 99999 </ram:ID>
but what i need is :
<ram:ID schemeAgencyID= "1"> 99999 </ram:ID>
Comment