Truncated incorrect DOUBLE value错误

mysql报错:Truncated incorrect DOUBLE value

  1. sql的update语法错误
    eg:
    update Person set name = ‘auhnayuiL’ and age = 1 where id = 1;
    and,
    update Person set name = ‘auhnayuiL’ , age = 1 where id = 1;
posted @ 2017-03-01 16:07  auhnayuiL  阅读(8432)  评论(0)    收藏  举报