We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d92b1cd commit 4560e0aCopy full SHA for 4560e0a
doc/src/sgml/dml.sgml
@@ -26,9 +26,9 @@
26
<para>
27
When a table is created, it contains no data. The first thing to
28
do before a database can be of much use is to insert data. Data is
29
- conceptually inserted one row at a time. Of course you can also
30
- insert more than one row, but there is no way to insert less than
31
- one row. Even if you know only some column values, a
+ inserted one row at a time. You can also insert more than one row
+ in a single command, but it is not possible to insert something that
+ is not a complete row. Even if you know only some column values, a
32
complete row must be created.
33
</para>
34
0 commit comments