2009年5月31日
摘要: truncate table VOC_Sys_ValuationbeginSET NOCOUNT ON; DECLARE @userId varchar(50),@gameId int,@GameName nvarchar(50) DECLARE @count int SET @count = 0 SELECT @count = count(*) FROM VOC_Sys_GameList WH... 阅读全文
posted @ 2009-05-31 16:46 四海 阅读(219) 评论(0) 推荐(0)