Afternoon/Evening all,
Im in need of a little MySQL help, im after a script or a MySQL command that will do the following:
I want to increment member.total field by 1 when forum.forum_id=1 and poster.post=1 where member.id = ?
I need the script to run through for each member.id (over 4000 member records)
Im unsure how to do this, ive tried a few things but without anyluck.
Any help would be great, Thanks in advance!