2016-03-15 34 views

回答

0

使用此模式:

select * from tableA where 1>2 
union all 
select * from tableB where 1<2; 

哪個查詢將運行取決於WHERE條件。

相關問題