摘要: 比如: select id, name from table1 where name = 'x' union all select id, name from table2 where name = 'x' 与select * from (select id, name from table1&# 阅读全文
posted @ 2016-08-03 11:27 aspirant 阅读(3024) 评论(0) 推荐(0)