manual.texi an -> a. Sheesh.

parent 5d978447
...@@ -34540,7 +34540,7 @@ You can also use the keyword @code{DEFAULT} to set a column to its ...@@ -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 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, @code{INSERT} statements that assign values to all but a few columns,
because it allows you to avoid writing an incomplete @code{VALUES()} list 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 Otherwise, you would have to write out the list of column names
corresponding to each value in the @code{VALUES()} list. corresponding to each value in the @code{VALUES()} list.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment