in a SQL Window, I performed a simple unformatted query of all columns on a table that has a column of type TIMESTAMP. After the query completed, I clicked on the sort button to sort that column, and was surprised to see that the values sorted alphabetically, and not by date/time.
Describe shows the column as TIMESTAMP(6), and the results are displayed in '01-DEC-07 01.00.23.642757 AM' format.
Is there a reason that the results were sorted alphabetically? Is there a preference I need to set to fix this?
Note: Sorting on a column of type DATE properly sorts by date, and not alphabetically (displayed in '11/29/1995 1:19:56 AM' format).
PL/SQL Developer version 7.1.4.1390, Oracle 9i 9.2
EDIT: Clarified sorting comment
Describe shows the column as TIMESTAMP(6), and the results are displayed in '01-DEC-07 01.00.23.642757 AM' format.
Is there a reason that the results were sorted alphabetically? Is there a preference I need to set to fix this?
Note: Sorting on a column of type DATE properly sorts by date, and not alphabetically (displayed in '11/29/1995 1:19:56 AM' format).
PL/SQL Developer version 7.1.4.1390, Oracle 9i 9.2
EDIT: Clarified sorting comment