REPLACE INTO not working
#2

If DisplayID exists, it will delete the old data and replace with the new instead of returning an error.
You may also use INSERT INTO .. ON DUPLICATE KEY UPDATE.

Perhaps posting the error message?
Reply


Messages In This Thread
REPLACE INTO not working - by PeanutButter - 01.11.2016, 11:24
Re: REPLACE INTO not working - by Konstantinos - 01.11.2016, 11:30
Re: REPLACE INTO not working - by PeanutButter - 01.11.2016, 11:48
Re: REPLACE INTO not working - by Konstantinos - 01.11.2016, 11:59
Re: REPLACE INTO not working - by PeanutButter - 01.11.2016, 12:09
Re: REPLACE INTO not working - by Konstantinos - 01.11.2016, 12:14
Re: REPLACE INTO not working - by PeanutButter - 01.11.2016, 12:23

Forum Jump:


Users browsing this thread: 1 Guest(s)