首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 开发语言 > VB >

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

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

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

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

热点排行