mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 04:53:01 +01:00
manual.texi an -> a. Sheesh.
Docs/manual.texi: an -> a. Sheesh.
This commit is contained in:
parent
520e95898e
commit
6da8339714
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in a new issue