Incremental Values

  • In my create table statement, I would like the value of one field to be an ID that increments by one every time there is an update, can someone please remind me of the SQL for this, thanks.

  • colname inttype IDENTITY(1,1) NOT NULL

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply