字符串转换为时间类型:
update table set column = '11111' where found_date=to_date('2016/8/26 10:29:20','yyyy-mm-dd hh24:mi:ss')
字符串转换为时间类型:
update table set column = '11111' where found_date=to_date('2016/8/26 10:29:20','yyyy-mm-dd hh24:mi:ss')
转载于:https://www.cnblogs.com/wangfeihu/p/5809432.html