2019-03-11
閱讀量:
762
Mysql中的子查詢與聯(lián)合
# 子查詢形如
select * from table1
where department in(select department
from table2
where where_condition)
#聯(lián)合
select * from table1
union [all]
select * from table2
...
union [all]
select * from tablen;






評論(0)


暫無數(shù)據(jù)
推薦帖子
0條評論
1條評論
0條評論