SQL - Where criteria to find names between A-F
问题 Simple question: I need a solution so that I can find, lets say names, between A-F, INCLUDING all names that start with F. If you use BETWEEN or A >= value <= F you find out that it stops at F. So I am posting this for suggestions. NOTE: User will see 2 textboxes that accept a range user can type. The user refines how far to go in F boundary as such: User types in 'Fa' means the result should return: Fauder, Fail, Famber, ... etc I have currently 2 solutions but there's got a be a better way.