Is it possible to ignore NULL values when using LAG() and LEAD() functions in SQL Server?

前端 未结 3 1476
长发绾君心
长发绾君心 2020-12-31 13:20

As you know the LAG() & LEAD() analytic functions access data from a previous and next row in the same result set without the use of a self-join. But is it possible to i

3条回答
提交回复
热议问题