chrissparkle
Programmer
I have a varchar field which has 88 numbers in it.. it might look like this for instance: 111112221121221222 etc. Each number will either be a 1 or a 2. What I need to do is build a query where I pass in a number, let's say "20", and I need to bring back results where the 20th number in that field is a "2". So if someone has a 1 for the 20th item in the field it won't bring back their record.
Is this even possible I wonder?
Is this even possible I wonder?