Error results after using ORDER BY on emp datasheet

conn c-sharp-sharpscott/tiger
SELECT * FROM emp ORDER BY hiredate;

output the following result:

if you do not specify whether the sort is ascending or descending, it should be sorted in ascending or descending order, but you can see that the data is not sorted in ascending or descending order. What is the problem?

Mar.07,2021
Menu