Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions roadmaps/sql/content/first_value.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# First_value

FIRST\_VALUE() function is a window function that returns the first value in an ordered set of values. It allows you to fetch data from the first row of a specific window frame without having to use complex self-joins.

Visit the following resources to learn more:

- [@video@FIRST VALUE function in SQL Server](https://www.youtube.com/watch?v=pUCmWi96V3A&pp=ygUSZmlyc3QgdmFsdWUgaW4gc3Fs/)