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

Well I think in the worst case I could confine the problem to an O(log N) binary search via the LIMIT clause, but I'm hoping for an O(1) solution.