Created
February 14, 2018 15:29
-
-
Save vendethiel/1de9a36b52e671a45e724e3c754c905b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Advanced SQL | |
<https://www.slideshare.net/MarkusWinand/modern-sql?ref=https://modern-sql.com/slides> | |
slide 3: `LATERAL` | |
slide 12: `GROUPING SETS` | |
slide 19: `WITH` | |
slide 45: `WITH RECURSIVE` | |
slide 71: `FILTER` | |
slide 75: `PARTITION BY`, `OVER` (/`OVER ORDER BY`) | |
slide 105: `WITHIN GROUP` | |
slide 113: `TABLESAMPLE` | |
slide 116: `FETCH FIRST` | |
slide 135: `LEAD`, `LAG`, `NTH_VALUE`… in `OVER` | |
slide 137: Temporal Tables | |
slide 148: `MATCH_RECOGNIZE` | |
slide 165: `LIST_AGG` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment