Answer the question
In order to leave comments, you need to log in
How to replace some characters in sqlite?
there is a database in sqlite, and there is a column with text that has a '\n' character in it that needs to be removed.
How to do it?
Team
update 'table' set 'name' = replace(name, '\n', '_')
does not work.
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question