本文介绍了转换相关的子请求加入?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有一个查询,通过相关子查询执行自连接。我希望能够从这一行中选择。或者基于rn的此行之前的最后一行。列,其中填充了column1。它目前使用相关子查询工作如下:

I have a query that does a self join following by correlated subquery. I want to be able to select from "this row" or the latest row before "this row", based on the "rn" column, where column1 is populated. Its currently working using a correlated subquery as follows:

展开 | 选择 | Wrap | 行号

推荐答案


展开 | 选择 | Wrap | 行号


展开 | 选择 | Wrap | 行号


这篇关于转换相关的子请求加入?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-22 12:19