Data truncation: Truncated incorrect DOUBLE value: ';cpServiceTimeDesc=2小时内快速上门;discountType=1;orderServiceTimeDesc=2小时内快速上门;cpServiceTime=2H;antispamVa'
修改为CONCAT解决,原因未定:
update nb_order set biz_context = CONCAT(biz_context , "mailNo=550457371017;mailNoDate=1468036800000;") where user_id = 62916164 and id = 23666483
本文介绍了一种解决SQL更新语句中出现的数据截断错误的方法。通过使用CONCAT函数代替直接字符串拼接,成功避免了因数据类型不匹配导致的问题。
1772

被折叠的 条评论
为什么被折叠?



