Orderby in Query Posts affected by operating system?
When these two values are the same, then your orderby statement does not tell how they should be ordered. In the SQL world, order is not an inherent property of a set of data. Thus, you get no guarantees from your RDBMS that your data will come back in a certain order — or even … Read more