2018年4月22日

SQL

摘要: drop table if exists student; create table student( sno varchar(20) not null primary key comment'学号', sname varchar(20) not null comment'学生姓名', ssex v 阅读全文

posted @ 2018-04-22 23:39 向兆泽 阅读(170) 评论(0) 推荐(0) 编辑

导航