1. select word from
  2. (select word from table
  3. union all
  4. select Upper(Substring([word],1,1)) as letter from table
  5. ) t order by word