here is my sql query :
update users set text=text +'submit Assignment' where day='Day3';
When I run it, I get the error:
Error Code: 1292. Truncated incorrect DOUBLE value: 'submit Assignment' 0.000 sec.
i got it, for string we have to use concat(text,?) instead of '+'