Nice tip :)
But if you have any column say empid which have the unique constraint then it is better to use the following SQL query
select count(distinct empid ) from employees
This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)