2019年3月20日
摘要: create table student( s_id int(3), name varchar(20), math float, chinese float ); insert into student values(1,'tom',80,70),(2,'jack',80,80),(3,'rose' 阅读全文
posted @ 2019-03-20 21:32 HeiTangMuSi 阅读(295) 评论(0) 推荐(0)