摘要: alter procedure pro_RandomNum as begin declare @tbUser table ( id int identity(1,1) , FC_EaID varchar(50) null, FC_UserName varchar(50) null, FC_Pwd varchar(50) null, FC_ClearPwd varchar(50) ) insert into @tbUser select FC_EaID,FC_UserName,FC_Pwd,'' from TB_ExpertAccount declare @i int,@tota 阅读全文
posted @ 2013-09-15 18:23 米西摩姆 阅读(191) 评论(0) 推荐(0)