摘要: drop table if exists score; create table score( sc_id int primary key not null auto_increment, sc_exam int not null ); insert into score values(1,89), 阅读全文
posted @ 2022-07-06 15:17 岁月记忆 阅读(791) 评论(0) 推荐(0)