From 323bcca5249c707b68d9f6d921d86fd750bcf33e Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Tue, 14 May 2024 21:16:20 +0200 Subject: Merging upstream version 16.3. Signed-off-by: Daniel Baumann --- doc/src/sgml/html/dml-insert.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/src/sgml/html/dml-insert.html') diff --git a/doc/src/sgml/html/dml-insert.html b/doc/src/sgml/html/dml-insert.html index f6bdfac..cd3cb22 100644 --- a/doc/src/sgml/html/dml-insert.html +++ b/doc/src/sgml/html/dml-insert.html @@ -1,5 +1,5 @@ -6.1. Inserting Data

6.1. Inserting Data #

+6.1. Inserting Data

6.1. Inserting Data #

When a table is created, it contains no data. The first thing to do before a database can be of much use is to insert data. Data is inserted one row at a time. You can also insert more than one row @@ -78,4 +78,4 @@ INSERT INTO products (product_no, name, price) command, but is more efficient. Refer to Section 14.4 for more information on improving bulk loading performance. -

\ No newline at end of file +

\ No newline at end of file -- cgit v1.2.3