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)
相關文章
相關標籤/搜索