1、使用identity(int,1,1)来产生行号,必须把数据插入到一张表中。
2、如图:
3、代码如下:
select rowid=identity(int,1,1),userip into tempT from useraccess select * from tempT
本文共 212 字,大约阅读时间需要 1 分钟。
1、使用identity(int,1,1)来产生行号,必须把数据插入到一张表中。
2、如图:
3、代码如下:
select rowid=identity(int,1,1),userip into tempT from useraccess select * from tempT
转载于:https://www.cnblogs.com/ShaYeBlog/archive/2012/09/19/2693836.html