Have no idea what to do with it, cuz i don't know sql
when i put
it repeats forever
now it loops only the seccond value, and it keeps on putting the same item. How to make it loop only once for each id?
when i put
Code:
SET @a = @i - 1
Code:
DECLARE @a integer = 186475 declare @i integer select @i =(user_id) FROM RohanGame .dbo.TCharacter way: set @i = @a + 1 insert into RohanMall .dbo. Titem(type,attr,stack,rank,equip_level,equip_strength,equip_dexterity,equip_intelligence,user_id,date) values(4390973,0x00,1,0,0,0,0,0,@i,getdate()) if (@i<186494) goto way;