the field is the column that you wish to change heres an exampleQuote:
what FIELD,what VALUE ,???
Code:
update cq_item using cq_item inner join cq_user set eudemon_attack1 = 255 where cq_user.id = cq_item.player_id and cq_user.name = 'hio77' and position >= 1 and position <= 10;