原创

timestamp 转换

select to_timestamp(f_date, 'YYYY-MM-DD HH24:MI:SS:FF') from isc_baseorg

update isc_baseorg set found_date =to_timestamp(f_date, 'YYYY-MM-DD HH24:MI:SS:FF')
where found_date is null

正文到此结束
本文目录