Tip for Using SQLServer To Count By Alpha Names in a list
Posted by: peterkellner.net,
on 05 Oct 2011 |
View original | Bookmarked: 0 time(s)
So, this is not a big tip, but worth at least 10 minutes to figure it out on your own. Here is to saving you 10 minutes: SELECT LEFT (userlastname, 1) as alpha, ...
This site is a resource for asp.net web programming. It has examples by Peter Kellner of techniques for high performance programming