Jump to content

MySQL Update Replace?


SharkBait

Recommended Posts

I am needing to do a string replace on in a mysql database on a particular field and I am not sure what the best way about it is.

 

This is my query for updating a field with a REPLACE():

UPDATE Units SET Full_SN = REPLACE(`Full_SN`, 'TR-CPQACN', '')  WHERE Real_Date >= '2007-09-25 00:00:01' AND Real_Date <= '2007-10-25 23:59:59' AND Series = 'TRCPQ' AND `MOD` = '16cit' AND ID = 223766

 

It doesn't update any rows, am I doing the REPLACE() part properly?

 

 

Link to comment
https://forums.phpfreaks.com/topic/70784-mysql-update-replace/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.