日期:2014-05-18 浏览次数:20695 次
select user,name from a where user='小明'
union all
select user,name from b where user='小明'
union all
select user,name from c where user='小明'
union all
select user,name from d where user='小明'
union all
select user,name from e where user='小明'