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.
我正在尝试将 C# 中的日期插入 Oracle DATE 字段。
这是我目前的格式..
to_date('2008/06/09', 'YYYY/MM/DD')
我已验证我的日期是有效日期,并且是预期的格式。上面会抛出关于在预期数字字符的地方找到非数字字符的 oracle 错误。
有什么建议么?