diff --git a/reference/pdo/pdostatement/fetchall.xml b/reference/pdo/pdostatement/fetchall.xml index 7538478938..01b8c91412 100644 --- a/reference/pdo/pdostatement/fetchall.xml +++ b/reference/pdo/pdostatement/fetchall.xml @@ -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.