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.
我们将日期作为打包字段存储在 DB2 表中。我能够将这些转换为有效的 DB2 DATE 字段,但有时源包含无效的日期值,例如 20130431 - 4 月只有 30 天。我知道当提供给 DATE 函数的日期无效时,返回的 SQLCODE 是 -181。我是否必须编写一个函数来检查 SQLCODE 以进行验证,或者我可以在 CASE 语句中做些什么?