diff --git a/doc/src/sgml/dml.sgml b/doc/src/sgml/dml.sgml index b70990bb86..879e4510d3 100644 --- a/doc/src/sgml/dml.sgml +++ b/doc/src/sgml/dml.sgml @@ -1,4 +1,4 @@ - + Data Manipulation @@ -98,9 +98,9 @@ INSERT INTO products DEFAULT VALUES; To do bulk loads, that is, inserting a lot of data, take a look at the command. It is not as flexible as the - INSERT command, but is more efficient. Refer to - for more information on improving bulk - loading performance. + command, + but is more efficient. Refer to for more + information on improving bulk loading performance.