Quantcast
Channel: Updating/changing a specific portion of a string in mysql? - Stack Overflow
Browsing all 2 articles
Browse latest View live

Answer by Sandeep for Updating/changing a specific portion of a string in mysql?

try following query: UPDATE 'pointshop_data' SET items = REPLACE(items, 'ironman', 'vector') WHERE items LIKE '%ironman%';

View Article



Updating/changing a specific portion of a string in mysql?

I have tried a couple different approaches to doing this, and all seem to return an error. So in this exact situation, I'm trying to replace something in garrysmod with another. In this case, it's a...

View Article
Browsing all 2 articles
Browse latest View live




Latest Images