sql 左链接,右链接,内链接,全链接

drop table if exists test1; create table test1( id INT(10), name VARCHAR(10), class varchar(10) ); drop table if exists test2; create table test2( id INT(10), name VARCHAR(10), class VARCHAR(10) ); in
相关文章
相关标签/搜索