I have a column names value where there are numbers from 0 - 30 (100 rows). here I am looking to add a Case statement where I will have to add conditions/buckets.
1. value < = 5
2. value < = 10
3. value < = 15
4. value > = 15
Output will be something as below.