MySQL Forums
Forum List  »  General

Re: REPLACING SPECIAL PLACES FOR COLUMNS IN MYSQL TABLE
Posted by: Peter Brawley
Date: December 28, 2021 01:53PM

Looks like a JSON column, have a look at the manual page for JSONB_REPLACE(), https://dev.mysql.com/doc/refman/5.7/en/json-modification-functions.html#function_json-replace.

Or if you prefer, you could use the simpler REPLACE() function, https://dev.mysql.com/doc/refman/8.0/en/string-functions.html#function_replace

Options: ReplyQuote


Subject
Written By
Posted
Re: REPLACING SPECIAL PLACES FOR COLUMNS IN MYSQL TABLE
December 28, 2021 01:53PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.