你的浏览器禁用了JavaScript, 请开启后刷新浏览器获得更好的体验!
没有找到相关结果
悟 - 微软BI商业智能交流 Q群:15864834 天善-数据库技术交流 79714060 2016-12-12 回答
赞同来自: 老头子
select * from t tmp where exists( select * from t where tmp.equitynumber = t.equitynumber and tmp.id <= t.id and t.status = 4 )
_缘君_ - 半缘兴趣半缘君 2017-01-05 回答
赞同来自:
SELECT t1.id,t1.equitynumber FROM test t1, (SELECT id,equitynumber FROM test WHERE STATUS='4') t2 WHERE t1.id<=t2.id AND t1.equitynumber=t2.equitynumber
要回复问题请先登录或注册
2 个回复
悟 - 微软BI商业智能交流 Q群:15864834 天善-数据库技术交流 79714060 2016-12-12 回答
赞同来自: 老头子
_缘君_ - 半缘兴趣半缘君 2017-01-05 回答
赞同来自: