用sql语句插入一个自增字段,如何写.

用sql语句插入一个自增字段,怎么写.如题[解决办法]alter table mytable add id int identity(1,1)

用sql语句插入一个自增字段,怎么写.
如题

[解决办法]
alter table mytable add id int identity(1,1)