Quote:
|
quote:I'm intrigued by what you say, you say that how I did it is not elegant?
|
What I meant is that my solution is not the most elegant, but it does work.
Whereas in the comparison below, the % character is taken literally
Quote:
quote:Why not use > and < instead of between ?
Case "a_f"
query = "SELECT * FROM Recipe WHERE (R_Name>'A%' And R_Name<'F%')
|
And since '%' comes before 'A', 'FA' or 'FB' would never be included in the result set.