摘要: group_concat create DATABASE mydb4;use mydb4;create table emp(emp_id int primary key auto_increment comment '编号',emp_name char(20) not null default '' 阅读全文
posted @ 2022-03-01 19:42 wzc6 阅读(48) 评论(0) 推荐(0)