SELECT FROM MyTable WHERE LastName > 'A' and LastName < 'G'


Mike Byerley wrote:
John, There is no Regular Expression object for use in RBase at this moment...



----- Original Message ----- From: "John Croson" <[email protected]>
To: "RBASE-L Mailing List" <[email protected]>
Sent: Friday, May 14, 2010 10:36 AM
Subject: [RBASE-L] - Query for character range


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]%'



Reply via email to