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.
我是使用 sas 数据 Integartion Studio 4.9005 的新手。我正在使用数据库 oracle 18。
场景是我从数据类型为 varchar(100) 的 table_A 移动到具有日期数据类型的 table_B。
table_A 的格式为 YYYY/MM/DD
但结果是给我随机数(01-01-1960)这没有意义。
要转换的代码是“INPUT(TANGGAL_LAHIR,yymmdd10.)”
我失踪了吗?非常感谢。