Subject | SELECT first |
---|---|
Author | Robert DiFalco |
Post date | 2003-06-09T23:48:01Z |
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.
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.