|
If I remember correctly, and often I don't, REPLACE requires a field name and the current contents of that field. It's possible you have two tables with the same field name. I recommend UPDATE, which requires a table name and a statement for each field name you wish to update. Quite seriously, you need to get a couple of good books or tutorial sites and read up. There are a number of good recommendations on the forum. You are working far to much in the dark.
|