SQL Developer is returning only the date, not the time. How do I fix this?

后端 未结 7 1019
粉色の甜心
粉色の甜心 2020-12-22 16:08

Here\'s what SQL Develoepr is giving me, both in the results window and when I export:

CREATION_TIME       
------------------- 
27-SEP-12
27-SEP-12
27-SEP-1         


        
7条回答
  •  庸人自扰
    2020-12-22 16:53

    Well I found this way :

    Oracle SQL Developer (Left top icon) > Preferences > Database > NLS and set the Date Format as MM/DD/YYYY HH24:MI:SS

提交回复
热议问题