union all
select * from table1001 where price > 10union allselect * from table1002 where price > 10union allselect * from table1003 where price > 10order by ID
列的个数要保持一致,列名可以不一样,但是对应的列的数据类型要一样。同样可以使用order by,limit这些。
参考:
本文共 220 字,大约阅读时间需要 1 分钟。
union all
select * from table1001 where price > 10union allselect * from table1002 where price > 10union allselect * from table1003 where price > 10order by ID
列的个数要保持一致,列名可以不一样,但是对应的列的数据类型要一样。同样可以使用order by,limit这些。
参考:
转载地址:http://qmzwo.baihongyu.com/