当前位置:Gxlcms > 数据库问题 > TSql Frist_Value 和 Last_Value

TSql Frist_Value 和 Last_Value

时间:2021-07-01 10:21:17 帮助过:3人阅读

* from dbo.test order by name

技术分享

3, first_value 使用示例

select  first_value(code) over(partition by name order by code) as leadid,*
from dbo.test

技术分享

4,last_value 用法同first_value,只是取得是窗口中最后一个值

TSql Frist_Value 和 Last_Value

标签:

人气教程排行