PHP MySQl : Alphabetical Ordered list with Heading and anchored link with aplabets -




i trying on alphabetical ordered list alphabets heading linked list of alphabets @ top of table.



instance:
- c - d - f - g ............

a alabama alaska  california colorado connecticut  d delaware  f florida  etc. 

as see letters "b" , "e" missing not exist in table.

any appreciated , others too.

thanks lot.

select substring(statename, 1, 1) state_init, group_concat(statename, ",") usstates group state_init; 

might give starting point


Comments

Popular posts from this blog

javascript - Count length of each class -

What design pattern is this code in Javascript? -

hadoop - Restrict secondarynamenode to be installed and run on any other node in the cluster -