查询dj_pxlb表中zwh 空缺的值

select model2.zwh-1 as kqzwh from (select model1.zwh from dj_pxlb as model1 where model1.ccbh ='abc' order by model1.zwh desc) as model2 where model2.zwh>1 and not exists (select model3.zwh from dj_pxlb as model3 where  model3.ccbh ='abc' and model3.zwh=model2.zwh-1);

最新文章

  1. 微信JSAPI支付
  2. 在C#中将String转换成Enum:
  3. Windows Tftpd32 DHCP服务器 使用
  4. 1078. Hashing (25)
  5. request重定向或者是response转发请求后面的代码依然执行
  6. STM32F207 两路ADC连续转换及GPIO模拟I2C给MT9V024初始化参数
  7. 【转】git命令
  8. Luogu 1894 [USACO4.2]完美的牛栏The Perfect Stall / POJ 1274 The Perfect Stall(二分图最大匹配)
  9. angularjs——路由篇
  10. 浏览器解析js的顺序
  11. jQuery中ajax方法无法执行回调函数问题
  12. WPF常见主界面的布局
  13. Redux进阶(像VUEX一样使用Redux)
  14. GIT-Bonobo.Git.Server的使用
  15. centos 系统上如何把python升级为3
  16. 创建GitHub仓库并与本地Git绑定
  17. robot framework教程-------虫师
  18. numpy.array
  19. (八) .launch文件 ---编写简单的启动脚本文件
  20. POJ2778(SummerTrainingDay10-B AC自动机+矩阵快速幂)

热门文章

  1. python r(不进行转义)的用法
  2. 关于js中的时间——计算时间差等
  3. Linux命令区
  4. SQL Server 合并行
  5. wgrib读grib数据
  6. Python学习URL
  7. zookeeper(2) zookeeper的核心原理
  8. 在集群上运行Spark
  9. leetcode1007
  10. ThinkPHP模板内使用U方法