国产成人精品亚洲777人妖,欧美日韩精品一区视频,最新亚洲国产,国产乱码精品一区二区亚洲

您的位置:首頁技術文章
文章詳情頁

MYSQL使用Union將兩張表的數(shù)據(jù)合并顯示

瀏覽:128日期:2023-10-18 08:00:49
使用UNION操作符

union:用于連接兩個以上的 SELECT 語句的結果組合到一個結果集合中。多個 SELECT 語句會刪除重復的數(shù)據(jù)。

使用union操作符會將多張表中相同的數(shù)據(jù)取值一次,如果想將表1和表2中的值完整的顯示出來,可以使用union all。

演示

小伙伴們自行創(chuàng)建一下表。

表1數(shù)據(jù)如下:

MYSQL使用Union將兩張表的數(shù)據(jù)合并顯示

表2數(shù)據(jù)如下:

MYSQL使用Union將兩張表的數(shù)據(jù)合并顯示

OK,表數(shù)據(jù)已經創(chuàng)建完成,一共五條數(shù)據(jù),接下來我們去看一看union 和 union all 的使用。

使用union 看一下效果:

select t1.id id, t1.name name, t1.description description,t1.create_time time from table1 t1UNIONselect t2.id id, t2.name name, t2.description description,t2.create_date time from table2 t2

MYSQL使用Union將兩張表的數(shù)據(jù)合并顯示

我們可以看到使用union只會查出來四條數(shù)據(jù)。其中兩條是相同的數(shù)據(jù),則顯示一條。

使用union all 看一下效果:

select t1.id id, t1.name name, t1.description description,t1.create_time time from table1 t1UNION ALLselect t2.id id, t2.name name, t2.description description,t2.create_date time from table2 t2

MYSQL使用Union將兩張表的數(shù)據(jù)合并顯示

使用union all查出5條數(shù)據(jù),ps:相同的數(shù)據(jù)也會查詢出來。

拓展:

為了區(qū)分哪張表中的數(shù)據(jù),我們可以這樣做

select t1.id id, t1.name name, t1.description description,t1.create_time time,’table1’ type from table1 t1UNION ALLselect t2.id id, t2.name name, t2.description description,t2.create_date time,’table2’ type from table2 t2

MYSQL使用Union將兩張表的數(shù)據(jù)合并顯示

將兩張表中的數(shù)據(jù)按時間排序

select t3.* from (select t1.id id, t1.name name, t1.description description,t1.create_time time,’table1’ type from table1 t1UNION ALLselect t2.id id, t2.name name, t2.description description,t2.create_date time,’table2’ type from table2 t2) t3 order by t3.time desc

MYSQL使用Union將兩張表的數(shù)據(jù)合并顯示

到此這篇關于MYSQL使用Union將兩張表的數(shù)據(jù)合并顯示的文章就介紹到這了,更多相關mysql數(shù)據(jù)合并顯示內容請搜索好吧啦網以前的文章或繼續(xù)瀏覽下面的相關文章希望大家以后多多支持好吧啦網!

相關文章:
主站蜘蛛池模板: 阜平县| 南丰县| 洛南县| 雅江县| 东山县| 丹凤县| 毕节市| 和林格尔县| 封开县| 辽阳县| 二连浩特市| 青河县| 洛阳市| 河东区| 彰武县| 绵竹市| 安徽省| 广东省| 车险| 清丰县| 紫阳县| 渑池县| 拜泉县| 永年县| 昭觉县| 双柏县| 纳雍县| 界首市| 巴马| 青海省| 通城县| 荆门市| 潍坊市| 洛浦县| 冕宁县| 温宿县| 湾仔区| 惠安县| 永川市| 成安县| 彩票|