Skip to content
Advertisement

SQL : select values between multiple ranges

I have a table like the one below…

Now I need a query to select values between 500 and 1500 And between 2500 and 4500. i.e. like using two between in a single select query…

is it possible?

output should be:

Advertisement

Answer

User contributions licensed under: CC BY-SA
2 People found this is helpful
Advertisement