zoukankan      html  css  js  c++  java
  • ERROR 1292 (22007): Truncated incorrect DOUBLE value: 'asfsda1'

    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

  • 相关阅读:
    ubuntu安装
    学习资料

    disksim-3.0 with flashsim 安装
    STL
    存储引擎
    数据库索引
    数据库表、字段设计
    查询SQL优化
    导航栏实现
  • 原文地址:https://www.cnblogs.com/elontian/p/9134789.html
Copyright © 2011-2022 走看看