diff --git a/reference/mysql/functions/mysql-data-seek.xml b/reference/mysql/functions/mysql-data-seek.xml index 1ddc807664..c38016a528 100644 --- a/reference/mysql/functions/mysql-data-seek.xml +++ b/reference/mysql/functions/mysql-data-seek.xml @@ -1,5 +1,5 @@ - + @@ -25,7 +25,9 @@ Row_number starts at 0. The row_number should be a value in the range from 0 to - mysql_num_rows - 1. + mysql_num_rows - 1. However if the result set is empty (mysql_num_rows == + 0), a seek to 0 will fail with a warning and + mysql_data_seek will return &false;.