Java开发网 Java开发网
注册 | 登录 | 帮助 | 搜索 | 排行榜 | 发帖统计  

您没有登录

» Java开发网 » Database/JDBC/SQL/JDO/Hibernate » MS SQL  

按打印兼容模式打印这个话题 打印话题    把这个话题寄给朋友 寄给朋友    该主题的所有更新都将Email到你的邮箱 订阅主题
flat modethreaded modego to previous topicgo to next topicgo to back
作者 如何查询表中第n行记录?????
enthusiasm





发贴: 74
积分: 0
于 2006-04-06 01:07 user profilesend a private message to usersearch all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list
我只想得到某个表中的第n行记录,而非前n行记录。

语句怎么写呀。在google上找了找,不是太懂。

---------查询第xxx行数据

-------假设id是主键:
----------select *
------------from (select top xxx * from yourtable) aa
--------where not exists(select 1 from (select top xxx-1 * from yourtable) bb where aa.id=bb.id)

--------如果使用游标也是可以的
---------fetch absolute [number] from [cursor_name]
--------------行数为绝对行数

如果我的这个表没有关键字,怎么写呀。




话题树型展开
人气 标题 作者 字数 发贴时间
11446 如何查询表中第n行记录????? enthusiasm 396 2006-04-06 01:07
9108 Re:如何查询表中第n行记录????? why 287 2006-04-06 08:53
9019 Re:如何查询表中第n行记录????? enthusiasm 17 2006-04-06 14:39
9893 Re:如何查询表中第n行记录????? enthusiasm 121 2006-04-06 23:15

flat modethreaded modego to previous topicgo to next topicgo to back
  已读帖子
  新的帖子
  被删除的帖子
Jump to the top of page

   Powered by Jute Powerful Forum® Version Jute 1.5.6 Ent
Copyright © 2002-2021 Cjsdn Team. All Righits Reserved. 闽ICP备05005120号-1
客服电话 18559299278    客服信箱 714923@qq.com    客服QQ 714923