Select Statement With case Operator in SQL | Learn SQL | @DataScience2023
Details
| Title | Select Statement With case Operator in SQL | Learn SQL | @DataScience2023 |
| Author | Data Science |
| Duration | 0:55 |
| File Format | MP3 / MP4 |
| Original URL | https://youtube.com/watch?v=0FD7JcflV7s |
🎵 Support the artists — buy the original for the best audio quality! 🎵
Description
Use of Select Statement With case Operator in SQL
#microsoft #sqlserver #clause
The CASE statement always goes in the SELECT clause. CASE must include the following components: WHEN , THEN , and END . ELSE is an optional component. You can make any conditional statement using any conditional operator (like WHERE ) between WHEN and THEN .