摘要: create database JXGL; go create table S( sno char(10)primary key not null, sname nvarchar(10) not null, sex char(2)not null, birth smalldatetime not null, homadd nvarchar(40), endate smalldatet... 阅读全文
posted @ 2018-03-28 11:19 my日常work 阅读(2793) 评论(0) 推荐(0)