Перейти к содержимому

SQL Window Functions: Explained (with examples)

Database Star

0:00 / 0:00

SQL Window Functions: Explained (with examples)

38 515 просмотров · 4 года назад
Database Star
99,9 тыс. подписчиков
38 515 просмотров · 4 года назад
📝 Get my free SQL Cheat Sheets: https://databasestar.mykajabi.com/lpk... 🎓 Go from zero to your first SQL query: https://databasestar.mykajabi.com/off... Window functions in SQL are a very helpful feature if you want to perform calculations on your data. But they can be a little tricky to understand. In this video, you’ll learn what a window function is, why you would use one, and see a couple of examples on an SQL database. This functionality is available in Oracle, SQL Server, MySQL, and Postgres. Timestamps: 00:00 What is a window function? 00:47 The sample data and running total 01:39 Window function syntax explained 02:45 Demo of SQL with a running total 05:22 The partition concept 06:25 Adding a “partition by” clause to our query 08:02 Other scenarios for window functions Links: My GitHub repository with my SQL scripts: https://github.com/bbrumm/databasestar The SQL script used for this video: https://github.com/bbrumm/databasesta... Article: SQL Window Functions: https://www.databasestar.com/sql-wind...