码迷,mamicode.com
首页 > 数据库 > 详细

mysql查找某连续字段中断的编号

时间:2018-10-29 16:56:37      阅读:379      评论:0      收藏:0      [点我收藏+]

标签:sql   order by   des   desc   exists   esc   model   sele   where   

    查询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);

 

mysql查找某连续字段中断的编号

标签:sql   order by   des   desc   exists   esc   model   sele   where   

原文地址:https://www.cnblogs.com/gaobo543013306/p/9871359.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!