2017年9月13日
摘要: Create Table Student ( id int identity(1,1) primary key ) identity:自增列 int identity(1,1):从1开始每次递增1 阅读全文
posted @ 2017-09-13 22:12 songbird 阅读(338) 评论(0) 推荐(0) 编辑