10
I need to do a search in the database and according to the value found within a range of values must return a specific value.
For example: if you find the values 1 to 4, you must return 1, finding 5 to 8, return 2.
The multiple of a given value is required.