A
A
abuki2020-02-25 19:55:23
MySQL
abuki, 2020-02-25 19:55:23

When executing a sql query, an error # 1064 occurs, what's wrong?

When executing a request:

UPDATE wp_posts SET post_content = REPLACE (post_content, '99cc00;">Видео</span></address>', '');

There is an error #1064
As I understand it, this error is due to ;
the line 99cc00;">Видео</span></address>.
5e55505465c0b302594943.png
What to do with ;
If you remove ; the request will not be correct!!

Answer the question

In order to leave comments, you need to log in

1 answer(s)
N
nokimaro, 2020-02-25
@abuki

In phpmyadmin, below the query window, there is a field "Delimiter ;"
Try to change there ; to something else, such as |

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question