S
S
Sergey Suntsev2017-02-26 20:10:24
MySQL
Sergey Suntsev, 2017-02-26 20:10:24

How to remove a specific character, in a specific table column?

There is a table, extra characters ( \ ) got lost in one column.
Question: How can they be removed?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
d-stream, 2017-02-26
@GreyCrew

update 'table' set 'field'=replace('field', '\\', '')

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question