milov.nl/links/ mysql> SELECT LOWER(LEFT(li_title,1)) AS beginletter, COUNT(*) AS count FROM link WHERE li_parent='1' GROUP BY beginletter ORDER BY count DESC;
+-------------+-------+ | beginletter | count | +-------------+-------+ | b | 26 | | t | 24 | | m | 23 | | s | 23 | | p | 19 | | l | 16 | | a | 15 | | d | 14 | | e | 14 | | w | 13 | | c | 12 | | g | 10 | | i | 9 | | h | 9 | | f | 8 | | o | 8 | | r | 7 | | v | 5 | | j | 5 | | n | 5 | | u | 3 | | q | 3 | | k | 3 | | y | 3 | | z | 2 | | x | 2 | | 9 | 1 | | 2 | 1 | | 0 | 1 | +-------------+-------+ 29 rows in set (0.00 sec)
FontZ\C - 3857
FontZ\B - 3396
FontZ\A - 2813
FontZ\M - 2472
FontZ\P - 2369
FontZ\F - 2160
FontZ\D - 2043
FontZ\G - 1940
FontZ\T - 1930
FontZ\L - 1616
FontZ\R - 1538
FontZ\H - 1534
FontZ\E - 1512
FontZ\K - 1179
FontZ\N - 1039
FontZ\W - 873
FontZ\O - 873
FontZ\I - 835
FontZ\V - 826
FontZ\J - 638
FontZ\U - 618
FontZ\Q - 431
FontZ\Z - 409
FontZ\# - 253
FontZ\Y - 136
FontZ\X - 105