MySQL Join
- Inner Join
- left join
SELECT a.runoob_id, a.runoob_author, b.runoob_count FROM runoob_tbl a LEFT JOIN tcount_tbl b ON a.runoob_author = b.runoob_author;
1
- right join
hive sql 中支持 full outer join
reference
- [1] 菜鸟教程.MySQL 连接的使用open in new window
访客IP ,您的网络 访问优先
本站是个人博客,书写大数据、数据科学等领域的原创学习记录,转载请注明出处
本站运行于腾讯云