Subject | COUNT Question???????????? |
---|---|
Author | draconian2800 |
Post date | 2004-07-14T10:06:24Z |
Hi All!!
Why if I use :
SELECT FIRST 5 COUNT(*) AS COUNTER FROM TABLE;
does it return the entire database record count of 8000 and not just
5 which is selected in the 'FIRST 5' ???????
Thanx!!
Harry Roets
Why if I use :
SELECT FIRST 5 COUNT(*) AS COUNTER FROM TABLE;
does it return the entire database record count of 8000 and not just
5 which is selected in the 'FIRST 5' ???????
Thanx!!
Harry Roets