摘要: 内链接 select from table1 join table2 on 条件 自连接 select from table1 join table1 on 条件 右外连接 select from table1 right join table2 on 条件 ; 会把右边的表所查询的元素全部显示出来 阅读全文
posted @ 2021-05-30 12:09 没有尾巴的狗 阅读(315) 评论(0) 推荐(0)