From 6da8339714a37916b9cd292a507ec8ea035b3ba7 Mon Sep 17 00:00:00 2001 From: unknown Date: Thu, 25 Jul 2002 14:01:49 -0500 Subject: [PATCH] manual.texi an -> a. Sheesh. Docs/manual.texi: an -> a. Sheesh. --- Docs/manual.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Docs/manual.texi b/Docs/manual.texi index 5a88f0aae5c..f9feb06a868 100644 --- a/Docs/manual.texi +++ b/Docs/manual.texi @@ -34540,7 +34540,7 @@ You can also use the keyword @code{DEFAULT} to set a column to its default value. (New in MySQL 4.0.3.) This makes it easier to write @code{INSERT} statements that assign values to all but a few columns, because it allows you to avoid writing an incomplete @code{VALUES()} list -(a list that does not include an value for each column in the table). +(a list that does not include a value for each column in the table). Otherwise, you would have to write out the list of column names corresponding to each value in the @code{VALUES()} list.