MariaDB 구문 오류 없이 치환하는 방법 SQL의 치환 예를 참조하십시오. MySQL/MariaDB 데이터베이스: UPDATE wp_posts SET post_content = REPLACE(post_content, ' ', ' '); ... 단, 이 스테이트먼트는 에러를 발생시킵니다. #1064 - You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '' )' at line 1 아, 그렇군요.''그리고.)'- 백슬래시로 세미콜론을 탈출하려고 했습니다.\: UPDATE wp_posts SET post_co..