Displaying time for date columns in SQL Developer
AntillesSep 18 2008 — edited Sep 18 2008When I click a table to view it in SQL Developer (when it appears in a tab on the right hand side), if a column is date format, it only displays the date, and is always missing the time.
Is there a way to set it so that the time will display also?
I'm currently writing SELECT statements to get round this and display the time, using TO_CHAR(timestamp, 'DD-MON-YYYY HH:MI:SS') to get the date to display, which is annoying as I have a lot of tables I'm flicking between.