what sql statements should i use to do something like this?
UPDATE
`table1`
SET
`media` = 'url'
WHERE
`media` = '3' AND `forum_post_id` = ('109918','109949','109882','109819','109822')
right now i am getting the operand should contain 1 column error