oracal更新一个日期字段 要用到to_date()函数,
格式to_date('2012-10-23 10:23:00','yyyy-MM-dd HH24:mi:ss')
因为oracal不区分大小写 所以不能用 HH:mm:ss 所以把分钟的小mm换成mi
update SERVICEREPAIR t set t.zb_ordertime = to_date('2016-10-23 10:47:36','yyyy-MM-dd HH24:mi:ss') where t.orderno= '760102966393'