SORT BY => ORDER BY

Fix #53428

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@305858 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Richard Quadling 2010-11-30 17:15:38 +00:00
parent bbf6fbd070
commit 7f2c77fd73

View file

@ -102,7 +102,7 @@
demand on system and possibly network resources. Rather than retrieving
all of the data and manipulating it in PHP, consider using the database
server to manipulate the result sets. For example, use the WHERE and
SORT BY clauses in SQL to restrict results before retrieving and
ORDER BY clauses in SQL to restrict results before retrieving and
processing them with PHP.
</para>
</refsect1>