I have a table with this data
id , name , description 1 , apple , \'\' 2 , orange , \'\'
I am trying to pass the following statement to
SQLite's string concatenation operator is "||", not "+"
||
+
UPDATE TestTable SET description = 'desc of ' || name;