mysql如何做orderby_MySQL【点击查看详情】
mysql如何做orderby_MySQL:ORDER BY Clauses In general, the optimizer will skip the sort procedure for the ORDER BY clause if it sees that the rows will be in order anyway. But let's examine some exceptional situations. For the query: SELECT column1 FROM Table1