mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
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:
parent
bbf6fbd070
commit
7f2c77fd73
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue