I've got products that I am trying to select as a group of records from text fields:
B125
B150
B175
B200
C125
C150
C175
C200
I want to select the records that start with B but are in the range of B125 through B175.
Ex:
B125
B150
B175
So far I have:
SELECT * FROM table WHERE ((products LIKE 'B%') AND (.....??? ))
Can anyone clue me into how to select within the range found in the last portion of the text string? Should I shoot the previous database manager that created a data field of this type?
- - picklefish - -
Why is everyone in this forum responding to me as picklefish?
B125
B150
B175
B200
C125
C150
C175
C200
I want to select the records that start with B but are in the range of B125 through B175.
Ex:
B125
B150
B175
So far I have:
SELECT * FROM table WHERE ((products LIKE 'B%') AND (.....??? ))
Can anyone clue me into how to select within the range found in the last portion of the text string? Should I shoot the previous database manager that created a data field of this type?
- - picklefish - -
Why is everyone in this forum responding to me as picklefish?