經安全檢測,此網站為安全網站,請放心前往原始網址!

mysql - SQL UPDATE all values in a field with appended string CONCAT not working - Stack Overflow

Here is what I want to do: current table: +----+ + | id | data | +----+ + | 1 | max | | 2 | linda | | 3 | sam | | 4 | henry | +----+ + Mystery Query ( something like "UPDATE table SET data = CONCAT(data, 'a')" ) ` result table:

stackoverflow.com

網址安全性掃描由 google 提供