I have a set of words that range from a-z, but some may not be present. Is there an obvious way to extract all words that are in each region of the alphabet. I can seemto get my head around this one.
Cheers
txbakers
1:13 pm on May 4, 2004 (gmt 0)
select distinct ( left (fieldname, 1) ) from table