sql中的连接 join 实例详解
更新:HHH   时间:2023-1-7


student 表结构:

student2 表结构:

 

 

以下是几种连接测试结果:

1.内连接 inner join

 

2.outer join

  1) 左外连接 left outer join

 2)右外连接 right outer join

 3) 全连接 full outer join

 

返回编程语言教程...