Hi Guys,
I use sequential GUIDs for both my Invoice header and detail tables. Ever since I moved to MariaDb, it was only now that I noticed that if I do a select of the invoice detail rows of a particular header row, MariaDB shows the rows in REVERSE order! I have to explicitly add a "ORDER BY ID" to show the real order.
Attached are screenshots to show you guys. Is this how MariaDb really behaves? Thanks in advance.


I use sequential GUIDs for both my Invoice header and detail tables. Ever since I moved to MariaDb, it was only now that I noticed that if I do a select of the invoice detail rows of a particular header row, MariaDB shows the rows in REVERSE order! I have to explicitly add a "ORDER BY ID" to show the real order.
Attached are screenshots to show you guys. Is this how MariaDb really behaves? Thanks in advance.

