mysql 内链接,连续两次使用同一张表,自链接

一、内链接spa 有两个表,学生表student,班级表:classblog 班级表class:ci 学生表student:it 内链接:class select * from class INNER JOIN student on class.id=student.classId select 本身也喜欢写成以下这种形式:im select * from class,student where
相关文章
相关标签/搜索