hi ,
i want the query of my sql to be a nested one
something like this
<row fld1="abc" fld2="xyz">
<row year=2004 val=20 />
</row>
<row fld1="abc11" fld2="xyz1">
<row year=2005 val=20 />
</row>
<row fld1="abc12" fld2="xyz1">
<row year=2004 val=20 />
</row>
also for this query I want the inlineschema
how can I write this query
Thanks in advance