日期:2014-05-17 浏览次数:20725 次
select content from (
select cid, 0 as reportno,
'H'
------解决方案--------------------
' '
------解决方案--------------------
cid
------解决方案--------------------
' '
------解决方案--------------------
approve_date
------解决方案--------------------
' '
------解决方案--------------------
total_amt as content from 表1
union all
select cid, reportno,
'L'
------解决方案--------------------
' '
------解决方案--------------------
reportno
------解决方案--------------------
' '
------解决方案--------------------
amt
------解决方案--------------------
' '
------解决方案--------------------
deptno as content from 表2
) order by cid, reportno