I have a table where numbers are represented as Strings.
Is there a way to make an SQL/JPQL between query function as though they are Integers?
Currently between 100 and 110 returns 1001, 1002, 1015 etc. It should return only the numbers between 100 and 110.
The column type cannot be changed.