diff --git a/reference/mysql/functions/mysql-affected-rows.xml b/reference/mysql/functions/mysql-affected-rows.xml index 348612a018..a27ce335b7 100644 --- a/reference/mysql/functions/mysql-affected-rows.xml +++ b/reference/mysql/functions/mysql-affected-rows.xml @@ -1,5 +1,5 @@ - + @@ -51,9 +51,62 @@ If the last query failed, this function will return -1. + + Delete-Query + + +]]> + + + The above example would produce the following output: + + + + + + + Update-Query + + +]]> + + + The above example would produce the following output: + + + + + - See also: mysql_num_rows. + See also: mysql_num_rows, + mysql_info.