mysql 高级语句 order by desc limit group by

create table Ptype( id int primary key auto_increment not null, typ_name varchar(20) not null) engine=InnoDB default charset=utf8; create table product ( pro_id int primary key auto_increment, pro_nam
相关文章
相关标签/搜索