17.04.2015, 15:37
i have made a system,but the problem is that if i want to detect the right row to update,i should use 2 %d at WHERE,like
but it doesnt work like this,how to make it work
NOTE:for these people who say "detect it using only 1 %d,i cant,because they can have same item 1 and different item 2 or different item1 and same item 2
pawn Код:
UPDATE 'filename' SET `thing`=%d WHERE `item1`=%d, `item2`=%d
NOTE:for these people who say "detect it using only 1 %d,i cant,because they can have same item 1 and different item 2 or different item1 and same item 2