The Reliability Whisperer

The Reliability Whisperer

Share this post

The Reliability Whisperer
The Reliability Whisperer
SQL Crash course, and Resources

SQL Crash course, and Resources

The Reliability Whisperer's avatar
The Reliability Whisperer
May 20, 2025
∙ Paid

Share this post

The Reliability Whisperer
The Reliability Whisperer
SQL Crash course, and Resources
Share
SQL script – EF Computer

Some useful functions

ROWS BETWEEN lower_bound AND upper_bound

The bounds can be any of these five options:

  • UNBOUNDED PRECEDING – All rows before the current row.

  • n PRECEDING – n rows before the current row.

  • CURRENT ROW – Just the current row.

  • n FOLLOWING – n rows after the current row.

  • UNBOUNDED FOLLOWING – All rows after the current row.

SELECT 

 Product,  D…

This post is for paid subscribers

Already a paid subscriber? Sign in
© 2025 The Reliability Whisperer
Privacy ∙ Terms ∙ Collection notice
Start writingGet the app
Substack is the home for great culture

Share