I'm trying to run a query that selects an id that's between two strings. the query I'm using is
select netid from ALL_GROUP_MEMBERS_VIEW where netid >'aa%' and netid < 'b%' and
gid='213' order by netid
This obviously isn't working, but I'm not sure how to get those values. Netid is a unique identifier for an individual.