合并

2018-07-03 17:58 更新

How can you combine two tables/views together? For instance one table contains 100 rows and the other one contains 200 rows, have exactly the same fields and you want to show a query with all data (300 rows).

SELECT column_name FROM table_name1
UNION
SELECT column_name FROM table_name2

注意

  • UNION 內(nèi)部的 SELECT 語句必須擁有相同數(shù)量的列.
  • 列也必須擁有相似的數(shù)據(jù)類型.
  • 每條 SELECT 語句中的列的順序必須相同.
以上內(nèi)容是否對您有幫助:
在線筆記
App下載
App下載

掃描二維碼

下載編程獅App

公眾號
微信公眾號

編程獅公眾號