We use “CASE” statements while reaching for the "IF" statement in our "SELECT" clause.
Select
id1,
name1,
percentage,
Grade,
case
when percentage = 35 then ‘pass’
when percentage = 60 then ‘first class’
when percentage = 75 then ‘distinction’
when percentage >= 95 then ‘excellent’
else ’fail’
end as good_marks
From students
We will write a “Case” statement in the “Select” statement to work with the “if” statement. I hope this helps you use the “Case” statement in the “if” statement.
Snowflake Related Articles
If you have any queries, let us know by commenting below.
Stay updated with our newsletter, packed with Tutorials, Interview Questions, How-to's, Tips & Tricks, Latest Trends & Updates, and more ➤ Straight to your inbox!
Name | Dates | |
---|---|---|
Snowflake Training | Sep 26 to Oct 11 | View Details |
Snowflake Training | Sep 30 to Oct 15 | View Details |
Snowflake Training | Oct 03 to Oct 18 | View Details |
Snowflake Training | Oct 07 to Oct 22 | View Details |
1 / 10
Copyright © 2013 - 2023 MindMajix Technologies