Subject COUNT Question????????????
Author draconian2800
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