E
E
Evgeny Shevtsov2015-02-13 14:39:53
MySQL
Evgeny Shevtsov, 2015-02-13 14:39:53

Mysql How to delete from character to character?

There is a record, it has data that is between these characters

<!--leech_begin--> тут данные которые нужно удалить <!--leech_end-->

How to do it?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Andrey San, 2015-02-13
@admusers

update table_name
set = ''
where column_name

A
AlexeyVD, 2015-02-13
@AlexeyVD

Try using SUBSTRING_INDEX and concatenation.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question