diff --git a/reference/sqlite/functions/sqlite-array-query.xml b/reference/sqlite/functions/sqlite-array-query.xml index 7cf07d4715..8ed30c1d84 100644 --- a/reference/sqlite/functions/sqlite-array-query.xml +++ b/reference/sqlite/functions/sqlite-array-query.xml @@ -1,5 +1,5 @@ - + sqlite_array_query @@ -35,8 +35,8 @@ sqlite_array_query executes the given query and returns - an array of the entire result set. It is similar to calling - sqlite_query and then sqlite_fetch_array + an array of the entire result set. It is similar to calling + sqlite_query and then sqlite_fetch_array for each row in the result set. sqlite_array_query is significantly faster than the aforementioned.