Forum Moderators: open

Message Too Old, No Replies

Creating Sections Pages

a-f g-l m-r s-z

         

ukgimp

11:54 am on May 4, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



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)

WebmasterWorld Senior Member 10+ Year Member



select distinct ( left (fieldname, 1) ) from table

might work