摘要: 首先创建数据库hncu,建立stud表格。 添加数据: create table stud(sno varchar(30) not null primary key,sname varchar(30) not null,age int,saddress varchar(30));INSERT INT 阅读全文
posted @ 2019-03-01 17:09 易先讯 阅读(443) 评论(0) 推荐(0)