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.
string列をdateOracle SQLに変換しようとしています。
string
date
データからの値の例を次に示します。
'03/12/14 11:00:00'
これが私のクエリです:
select to_date(A,'DD/MM/YY HH24:MI:SS') from MyTable
出力の例を次に示します。
03-DEC-14
クエリが日付のみを返し、時間は返さないのはなぜですか?