Subject SELECT first
Author Robert DiFalco
What is the fastest way to find the first matching record for a select
query without having to count all of them. I just want to know if even a
single match exists. My understanding is that COUNT has to continue
through the entire table.

R.