Subject Create auto-increment primary key?
Author phil_hhn
Hi, I have a script which I run to create my database. Is there a way
(using standard SQL) to specify that a PK is an auto-increment column?
(I.e I understand AUTO_INCREMENT is a MySQL extension and non-standard).
Thanks