[development] Why do we avoid auto-incrementing db columns?

Syscrusher syscrusher at 4th.com
Wed Apr 25 16:18:59 UTC 2007


On Wednesday 25 April 2007 11:40, Earnest Berry III wrote:
> FYI: SQL Server's version is the IDENTITY field. E.g.
> CREATE TABLE x ( id INT IDENTITY(1,1) PRIMARY KEY);

Thanks! I assumed there was some equivalent function, but didn't have the
reference info to look it up.

Scott

-- 
-------------------------------------------------------------------------------
Syscrusher (Scott Courtney)          Drupal page:   http://drupal.org/user/9184
syscrusher at 4th dot com            Home page:     http://4th.com/   


More information about the development mailing list