Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个 oracle 表,其中包含timestamp(6)数据类型的日期列:
timestamp(6)
mm/dd/yyyy hh24:mi:ss (ex:2/9/2012 7:09:36.433636 PM)
我想将其导入到一个 csv 文件中。它看起来像09-FEB-12 07.09.36.316529 PM格式 - 代替注释':',它来自'.'时间戳,如何解决这个问题?
09-FEB-12 07.09.36.316529 PM
':'
'.'
谢谢