| Databases InterBase (29) MS-SQL (5) mysql (37) Oracle (1)
|
Creating a table with an autoincrement primary key
Question: How can I create a table with an autoincrement field that is the primary key?Answer: Take a look at the following example. And it's auto_increment, not autoincrement.
Comments:
| ||||||||||||||||||||||||||||