I\'m trying to find certain text \"catid=18\" in a string, where each string is different except for this. I\'ve used this query below before, except it only seems to work if yo
Maybe you need:
update TABLE_NAME set FIELD_NAME = 'goodvalue' WHERE FIELD_NAME = 'badvalue';