I have a decimal column that i need to to run a wildcard query on in a case statement but the wildcards will need a between clause that is between one wildcard to another e.g
case when pct between '999.0%' and '700.0%' then 'Top percentile'
how do I write this please