[ACCEPTED]-SQLite Update Syntax for string concatenation?-string-concatenation
Accepted answer
SQLite's string concatenation operator is "||
", not "+
"
UPDATE TestTable SET description = 'desc of ' || name;
0
Source:
stackoverflow.com
More Related questions
Cookie Warning
We use cookies to improve the performance of the site. By staying on our site, you agree to the terms of use of cookies.