http://qs321.pair.com?node_id=397156


in reply to Re: Ranking position in a SQL index
in thread Ranking position in a SQL index

Oops, make that join
JOIN Abc a2 ON a1.letter >= a2.letter
otherwise 'a' gets lost. Sorry about that.