SQL 使用identity(int,1,1)来产生行号。

1、使用identity(int,1,1)来产生行号,必须把数据插入到一张表中。

2、如图:

 3、代码如下:

 

 select rowid=identity(int,1,1),userip into tempT from useraccess
 select * from tempT

  

posted @ 2012-09-19 15:59  沙耶  阅读(1318)  评论(0编辑  收藏  举报