How to get range of records from TEMP TABLE with alphanumeric column?

Status
Not open for further replies.
U

user3797063

Guest
I have a TEMP TABLE with an alphanumeric column and I want to get the range of records on basis of 2 filters.

**Filters:** Begin filter and End filter.

**For Example: Column data:**
A123
A145
B002
B234
C095
C456
D001
D345


Begin filter -> A14 and End filter -> D12

**Expected Result:**
A145
B002
B234
C095
C456
D001


Is there any way to do it?

Thanks in Advance!

Continue reading...
 
Status
Not open for further replies.
Top