Skip to content

Commit 4560e0a

Browse files

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/src/sgml/dml.sgml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@
2626
<para>
2727
When a table is created, it contains no data. The first thing to
2828
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
29+
inserted one row at a time. You can also insert more than one row
30+
in a single command, but it is not possible to insert something that
31+
is not a complete row. Even if you know only some column values, a
3232
complete row must be created.
3333
</para>
3434

0 commit comments

Comments
 (0)