Hi scraff,
unfortunately I believe there isn't even a default order - the data is written to the disk where there is space availalable as far as I know, which may be at the end but not necessarily is.
Do your records have a unique ID, something auto-incrementing probably? If they do, this could be easily used as sorting criteria.
If they don't, maybe there is a column that logs the insertion date that could be used, but you should think about giving them IDs anyway, it is extremly important for an efficient data structure when the database grows and gains more tables that are related to this one.