Reported using the website comment form
pull/32/head
Magnus Hagander 7 years ago
parent d9443d9608
commit 74cfbc8efd
  1. 2
      doc/src/sgml/dml.sgml

@ -112,7 +112,7 @@ INSERT INTO products (product_no, name, price)
<tip>
<para>
When inserting a lot of data at the same time, considering using
When inserting a lot of data at the same time, consider using
the <xref linkend="sql-copy"/> command.
It is not as flexible as the <xref linkend="sql-insert"/>
command, but is more efficient. Refer

Loading…
Cancel
Save