Eine Einführung in
|
| MySQL | ||
| An auto number field can provide a unique identifier where no other is available. These should be avoided if at all possible. | ||
| Specific to MySQL | ||
| The may be only one AUTO_INCREMENT field per table. That field must be the primary key. CREATE TABLE | ||