解决方案 »

  1.   

    update test set Wt_LastTime = now()试试
      

  2.   

    desc test ;贴出以供分析,你的字段类型是什么?
    注意定义域
    Quote:

    The DATETIME type is used when you need values that contain both date and time information. MySQL retrieves and displays DATETIME values in 'YYYY-MM-DD HH:MM:SS' format. The supported range is '1000-01-01 00:00:00' to '9999-12-31 23:59:59'. The DATE type is used when you need only a date value, without a time part. MySQL retrieves and displays DATE values in 'YYYY-MM-DD' format. The supported range is '1000-01-01' to '9999-12-31'. /quote]