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
i think i know how to solve your problem. u can try adding extra character in the back like this
select * from tablea where column1 between 'ABC' and 'ACD'+'Z'
this will return a result from ABC% to ACE