2015年5月14日
摘要: 转自:http://www.cnblogs.com/luofuxian/archive/2012/02/23/2364328.htmlSql Server 行转列、列转行创建表:CREATE TABLE [dbo].[tbl_Student]( [ID] [int] IDENTITY(1,1)... 阅读全文
posted @ 2015-05-14 15:06 lui 阅读(2828) 评论(0) 推荐(0) 编辑