mysql中如何更新数据库中的时间数据?

图片说明

update 表 set 字段='2011-1-1 0:0:0' where carid = 1

可以设置数据库自动产生时间,每次插入数据后都会自动产生时间,不用你手动插入