I want to make a search using \"between\" clause over a string column. Doing some test I got this:
Let\'s assume that there is a country table with a \"name\" column
Another query that would get countries that start with b as well as A, would be:
Select * from country where name between 'a' and 'c'