T SQL Level Up Chapter 3 CASE Expressions

Details
Title | T SQL Level Up Chapter 3 CASE Expressions |
Author | Brent Ozar Unlimited |
Duration | 16:18 |
File Format | MP3 / MP4 |
Original URL | https://youtube.com/watch?v=3HUqNWH9XxE |
Description
There are times in your T-SQL code when you need to return not a column, but rather a value that’s derived from a column or columns in your query. When that happens it’s time to use a CASE expression.