有:
create table 表名
(
   自动编号列   int not null identity,
   其他列       char(10)
)