1

select *
from HumanResources.Department
where DepartmentID>
order by DepartmentID
offset rows
fetch next rows only;

offset后面的数字表示指定在何处开始返回行,fetch 则表示返回多少行

最新文章

  1. Visual Studio C# IntelliSense not automatically displaying
  2. 10G R2 参数文件相关
  3. Linux下crontab命令的用法
  4. thinkphp模板中截取中文字符串的方法分享
  5. DELPHI 数学函数+字符处理函数
  6. Tyvj P3119 核电站问题 动态规划
  7. StudentSchema student实例数据库环境搭建
  8. 两种Makefile
  9. HOOK API(二)—— HOOK自己程序的 MessageBox
  10. nyoj 322 Sort 【树阵】
  11. apache 修改连接数(转)
  12. ServletConfig使用
  13. Centos7上安装使用locate
  14. Java笔记(day7-day8)
  15. iptables安装
  16. HTTP知识点【总结篇】
  17. 福州大学软件工程1816 | W班 第5次作业成绩排名
  18. pycharm 安装
  19. Nagios故障 CHECK_NRPE: Socket timeout after 10 seconds.
  20. delete attempted to return null from a method with a primitive return type (int)

热门文章

  1. C++ STL——string和vector
  2. React里单页面div自适应浏览器高度占满屏幕
  3. React Native真机红屏报错总结
  4. Qt编写自定义控件17-按钮进度条
  5. ssm整合用到的web.xml配置
  6. c语言实行泛型hashmap
  7. delphi读写INI系统配置文件
  8. mysql查看系统参数
  9. springboot-多环境测试
  10. 自动化运维:(3)写一个简单的Shell脚本(案例)