Hey all,
I'm trying to update a forum's user table with a few things.
Here's teh statement I'm trying out:
INSERT INTO forum_users(user_custom_field) VALUES ('My Custom Field') WHERE user_id = 489;
I keep getting a syntax error on the WHERE portion...Any ideas where I'm going wrong?