I currently have a column in a table that stores every number combination up to 6 digits followed by .lyr
Eg, 0.lyr ,1.lyr, 00.lyr, 11.lyr - 999999.lyr
I want to be able to write a query that shows me all 4 digit combinations: 0000.lyr-9999.lyr. Is there anything I can do without needing to use an in-statement?