UPDATE table SET field = replace( field, ‘needle’, ‘replacewith’ ) ;
You must be logged in to post a comment.