随笔分类 -  SQL SERVER

摘要:表结构: CREATE TABLE [dbo].[Students]( [ID] [int] IDENTITY(1,1) NOT NULL, [StudentName] [nvarchar](50) NULL, [Sex] [int] NOT NULL, [GradeName] [nvarchar] 阅读全文
posted @ 2016-06-14 17:21 水果芋头 阅读(8198) 评论(0) 推荐(1)