I have the following query and get the below error message:
update `wp_posts` set `post_excerpt` = replace( `post_excerpt`, \"[av_font_icon icon=\'ue82d\' font=
You should escape the single quotes in the string you are matching, using ''
''