简体   繁体   English

从Excel导入日期或访问SQL Developer?

[英]Importing dates from excel or access to SQL Developer?

I have a field of dates in an Excel that I am trying to import into SQL developer, but I either get an error message regarding the formatting or the date values come in their raw form from excel. 我在尝试导入SQL Developer的Excel中有一个日期字段,但是我收到有关格式的错误消息,或者日期值来自excel的原始格式。 Does anybody know how to import dates from Excel or Access into SQL Developer? 有人知道如何从Excel或Access将日期导入SQL Developer吗? Thanks. 谢谢。

Excel stores date in a different way. Excel以其他方式存储日期。 You can change format in sql developer Tools >Preferences >Database->NLS I think you can change the format to "DD-MON-RR HH.MI.SS" depending on your requirement. 您可以在sql developer工具>首选项>数据库-> NLS中更改格式,我认为您可以根据需要将格式更改为“ DD-MON-RR HH.MI.SS”。 http://www.jasonsdevelopercorner.com/?p=209 http://www.jasonsdevelopercorner.com/?p=209

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM