码迷,mamicode.com
首页 > 其他好文 > 详细

ERROR 1292 (22007): Truncated incorrect DOUBLE value: 'asfsda1'

时间:2018-06-04 19:21:01      阅读:579      评论:0      收藏:0      [点我收藏+]

标签:type   assign   err   ted   esc   time   customer   warnings   trunc   

mysql> UPDATE financial_sales_order SET ASSIGN_TIME = ‘2018-05-02 00:00:00‘ where CUSTOMER_ID=3541535;
ERROR 1292 (22007): Truncated incorrect DOUBLE value: ‘asfsda1‘
mysql> desc financial_sales_order;
+-------------------+--------------+------+-----+-------------------+-----------------------------+
| Field | Type | Null | Key | Default | Extra |
+-------------------+--------------+------+-----+-------------------+-----------------------------+
| CUSTOMER_ID | varchar(80) | YES | | NULL | |
+-------------------+--------------+------+-----+-------------------+-----------------------------+
29 rows in set (0.00 sec)

mysql> UPDATE financial_sales_order SET ASSIGN_TIME = ‘2018-05-02 00:00:00‘ where CUSTOMER_ID=‘3541535‘;
Query OK, 1 row affected (0.15 sec)
Rows matched: 1 Changed: 1 Warnings: 0

ERROR 1292 (22007): Truncated incorrect DOUBLE value: 'asfsda1'

标签:type   assign   err   ted   esc   time   customer   warnings   trunc   

原文地址:https://www.cnblogs.com/elontian/p/9134789.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!