发布时间:2019-09-20 16:09:42
建议直接用union all程序:
select names as typfrom table1
union all
select names
from table2