Skip to content

AUTO_INCREMENT

Andrey Gershun edited this page May 27, 2015 · 3 revisions

Syntax:

    CREATE TABLE tableid (
         columnid typeid AUTO_INCREMENT,...
    )

See also: IDENTITY

Clone this wiki locally