diff --git a/doc/src/sgml/dml.sgml b/doc/src/sgml/dml.sgml index eb114263a5f..6e440be5ca2 100644 --- a/doc/src/sgml/dml.sgml +++ b/doc/src/sgml/dml.sgml @@ -1,4 +1,4 @@ - + Data Manipulation @@ -134,7 +134,9 @@ INSERT INTO products (product_no, name, price) VALUES - To perform an update, you need three pieces of information: + To update existing rows, use the command. This requires + three pieces of information: The name of the table and column to update