Konu: Oto Üyelik Kaldır... Perş. Tem. 08, 2010 2:55 pm
Login' e Girip select @nRet = count(straccountid) from tb_user where straccountid = @AccountID if @nRet = 0 begin insert into tb_user (straccountid, strpasswd, strSocNo, idays) values (@AccountID, @password, 1, '6') end