Quote:
Originally Posted by btappan
well i ran the query:
I ran the query:
INSERT INTO subscribeforum (userid, forumid, emailupdate) VALUES (10, 13, 1)
ALSO noticed: if any of VALUES (x, y, z) match what is already in the table I get the following error:
An error occurred while attempting to execute your query. The following information was returned.
error number: 1062
error desc: Duplicate entry '13-10' for key 2
|
does anybody know how to make this query overwrite an existing subscription?