> That's not quite the same. BETWEEN is inclusive of both ends. ('b' BETWEEN > 'a' and 'b') is true.
Yes, you are right. I'm sorry for that, just wanted to point out that (as most would expect) .. >= 'a' and .. < 'b' would not match uppercase beginnings.