2020-03-03
阅读量:
976
MySQL如何实现全连接?
-- MySQL实现全连接:左连接union右连接
select *
from t1
left join t2
on key1=key2
union
select *
from t1
right join t2
on key1=key2;






评论(0)


暂无数据
推荐帖子
0条评论
0条评论
0条评论