| Databases InterBase (28) MS-SQL (5) mysql (36) 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:
|