select *
from (select a.modelid, a.metaid, indct_name_ch, type, c.dmodelid from table_model a, indct b, table_viewmodel c where a.stat_table_id = '8600000002014103107240001' ---表 and a.metaid = b.indct_id and a.stat_table_id = c.stat_table_id and a.modelid = c.modelid and a.orgid = c.orgid and c.orgid like '8600%' order by a.modelid) t2015
left join
(select a.modelid, a.metaid, indct_name_ch, type, c.dmodelid from table_model a, indct b, table_viewmodel c where a.stat_table_id = '8600000002015112307320107' and a.metaid = b.indct_id and a.stat_table_id = c.stat_table_id and a.modelid = c.modelid and a.orgid = c.orgid and c.orgid like '8600%' order by a.modelid) t2016 on t2015.metaid = t2016.metaid