MySQL的子查询

建表 create table player( id int not null auto_increment primary key, name varchar(20) not null, age int not null, height int not null ); insert into player values (default,"保罗",32,183)
相关文章
相关标签/搜索