I'm usually pretty good a writing mysql queries, but this one has me stumped... I have a large database of links that has the following fields:
link_id (key)
link_title
link_url
link_description
I want to pass a link with a specific link_id and have the query return an alphabetized list (based on link_title) of links with 12 links before and 12 links after the link I pass.
Thanks,
Ken





Bookmarks