I am searching a large database (eg: phone book), and select everyone with the last name "SMITH". That returns (for example) 1000 records.
Next, I want to know the position WITHIN this result set where Mr. Smith with phone number "1234567" exists. (for example, position 300 in the result set)
Is this possible?