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
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b36183-343b2.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b36183-343b2.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?