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.
あなたが私を助けてくれることを願っています:
私は文字列を持っています: 2013-05-01T00:01:00Z 、これは ISODate 形式だと思います。タイムスタンプに変換したいと思います。誰もこれを行う方法を知っていますか?
私は SAP HANA を使用していますが、いくつかのリンクは oracle dbs で作成できます! ありがとう。
あなたが試すことができます:
SELECT TO_TIMESTAMP ('2010-01-11 13:30:00', 'YYYY-MM-DD HH24:MI:SS') "to timestamp" FROM DUMMY;