热线电话:13121318867

登录
2019-03-11 阅读量: 689
Mysql中的子查询与联合

# 子查询形如

select * from table1

where department in(select department

from table2

where where_condition)

#联合

select * from table1

union [all]

select * from table2

...

union [all]

select * from tablen;

0.0000
2
关注作者
收藏
评论(0)

发表评论

暂无数据
推荐帖子