Second time posting on this subject. Hope someone can help me.

I'm attempting to match on a range of characters in a query;

select from myTable where LastName like '[A-F]%'

This should retrieve everyone that has a last name starting with A
through F, yet it returns no results when there are clearly ones there.

Does R:Base 6.5 not support the use of meta characters for queries?

Thank You!

-- 
John Croson
[email protected]
[email protected]
<http://www.croson.us>  <http://www.twitter.com/pcnorb>
<http://pcnorb.blogspot.com/>   <http://www.linkedin.com/in/johncroson>
<http://www.facebook.com/john.croson>   <http://croson.smugmug.com/>

Reply via email to