最佳答案
有没有可能在 SQLite
表中使用 SQL
来替换字符串的一部分?
For example, I have a table where one of the fields holds the path to a file. Is it possible to replace parts of the string so that, e.g.
c:\afolder\afilename.bmp
变成了
c:\anewfolder\afilename.bmp
?