1. 程式人生 > >SQL 中用create view檢視方式建立多表連線

SQL 中用create view檢視方式建立多表連線

具體語法如下:

 Create  view   newtable 

 AS 

select  *  from  table1

union  all(  ALL代表重複,去掉ALL即不重複)

select  *  from  table2

...........

conditions

當table1或table2出現任何變動時,newtable檢視將關聯影響