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.
XML の結果から取得した文字列をオラクルの日付 (TO_DATE) に変換する方法
1980-10-05T23:30:00+08:00
ありがとう
このようにしてみて、
select to_date(substr('1980-10-05T23:30:00+08:00', 1, 19), 'YYYY-MM-DD"T"HH24:MI:SS' ) from dual;