From 039f3f1b051b189e7ccf0c28d86d415e693ee8d6 Mon Sep 17 00:00:00 2001 From: "Thomas G. Lockhart" Date: Fri, 20 Oct 2000 14:02:12 +0000 Subject: [PATCH] Fix discrepency in field names. Thanks to Henry "He Weiping (Laser Henry)" for catching this. --- doc/src/sgml/ref/insert.sgml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/src/sgml/ref/insert.sgml b/doc/src/sgml/ref/insert.sgml index a265ebaba43..d5ff484fe35 100644 --- a/doc/src/sgml/ref/insert.sgml +++ b/doc/src/sgml/ref/insert.sgml @@ -1,5 +1,5 @@ @@ -168,7 +168,7 @@ INSERT INTO films VALUES - In this second example the column date_prod is + In this second example the last column len is omitted and therefore it will have the default value of NULL: