|
Posted by michealp on 02/25/07 02:08
I have a directory of user information. What I would like to do is
allow someone to search for person X and then return not only the
information for person X, but also the information for the next 15
people following person X sorted alphabetically by lastname.
So if someone searched for the lastname = "Samson", it would return:
Samson, John
Saxton, Greg
Scott, Heather
Sears, Rebecca
.... (15 names following "Samson) ...
How do you in SQL return a record set of X records starting at
particular record (e.g. lastname = "Smith)?
Thanks in advance.
Navigation:
[Reply to this message]
|