> That is what I want to do. I want to know where the memberid is in 
> the list (imagine the list was a waiting list or something). Is there 
> not a way to just get the row number back? Is seems inefficient to 
> have to allocate all of the memory to hold all of the results and 
> then iterate through them.

You could do this:

SELECT COUNT(*) from X where memberid < 4567373

Hugh

-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------

Reply via email to