风动破

导航

第四章 求并集-union all

求并集-union all
1.不剔除重复数据
2.必须要求列数一致
select * from staff
UNION all
select * from staff_copy;

posted on 2015-04-27 17:06  风动破  阅读(60)  评论(0)    收藏  举报