摘要: using System; using System.Collections; using System.Collections.Specialized; using System.Data; using System.Data.SqlClient; using System.Configurati 阅读全文
posted @ 2016-05-06 17:36 码写人生 阅读(15882) 评论(0) 推荐(0) 编辑
摘要: --第一 declare @orderNum varchar(255) create table #ttableName(id int identity(1,1),Orders varchar(255)) declare @n int,@rows int insert #ttableName(ord 阅读全文
posted @ 2016-05-06 08:51 码写人生 阅读(15787) 评论(0) 推荐(0) 编辑