会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
brian_lee
博客园
首页
新随笔
联系
订阅
管理
2012年4月21日
sql 查询中增加行号
摘要: 1、Select identity(int,1,1) id,* into #tem from table1 select * from #tem drop table #temselect rowid=identity(int,1,1),userip into tempT from useraccessselect * from tempTdrop tabletempT不是好方法,尤其是含有union all时,无法使用。
阅读全文
posted @ 2012-04-21 15:27 brian_lee
阅读(538)
评论(0)
推荐(0)
编辑
公告