Explore >> Select a destination


You are here

boringsql.com
| | pbidax.wordpress.com
10.7 parsecs away

Travel
| | The December 2022 release of Power BI Desktop includes three new DAX functions: OFFSET, INDEX, and WINDOW. They are collectively called window functions because they are closely related to SQL window functions, a powerful feature of the SQL language that allows users to perform calculations on a set of rows that are related to the...
| | sqlserverfast.com
12.1 parsecs away

Travel
| | I skipped the last two T-SQL Tuesdays. But this month, I will participate again. The monthly blog party is once more hosted by Steve Jones. His chosen topic is: Window Functions. In his invitation, Steve specifically asks for examples where Window functions provided a neat solution to a real world problem. Well, sorry Steve, but...
| | 36chambers.wordpress.com
12.6 parsecs away

Travel
| | This is part seven in a series on window functions in SQL Server. The Road So Far To this point, we've looked at five classes of window function in SQL Server. I've given you a couple of solid use cases, but for the most part, we've focused on what the classes of window functions are....
| | timilearning.com
93.1 parsecs away

Travel
| My notes from Chapter 7 of 'Designing Data-Intensive Applications' by Martin Kleppmann.