diff --git a/reference/mysql/functions/mysql-data-seek.xml b/reference/mysql/functions/mysql-data-seek.xml index 55c91ba179..940d6d4b9c 100644 --- a/reference/mysql/functions/mysql-data-seek.xml +++ b/reference/mysql/functions/mysql-data-seek.xml @@ -1,5 +1,5 @@ - + @@ -23,7 +23,7 @@ to mysql_fetch_row would return that row. - Row_number starts at 0 The + Row_number starts at 0. The row_number should be a value in the range from 0 to mysql_num_rows - 1.