Answer the question
In order to leave comments, you need to log in
How to create such a request for deletion?
There is an xfields column.
Everything that comes after ||movie_id should be removed from it, including ||movie_id.
Answer the question
In order to leave comments, you need to log in
SELECT SUBSTRING_INDEX('some-text||movie_id,bla-bla', '||movie_id', 1) AS xfields;
https://codepen.io/Geyan/pen/gWXorN there are of course a lot of shortcomings, but if you wish, they can be finalized
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question