One of columns(id) in Salesforce custom object is String type though it always contains long type values. I want to run query something like this.
Where id >= '123' and id <= '123456';
Is there any solution for this? It's not possible to change data type of column in Salesforce.