Lars Berg wrote:Use another column name.
Or simply surround the column name in backticks:
UPDATE `message_center` SET `read` = 'y' WHERE `msg_id` = 3
Also, if msg_id is a numerical column, you shouldn't use quotes around the (numerical) value.
Either way, don't forget to mark this thread resolved.