count(*) wil return the count of all rows

count(field) will return count where field is not null

Reply via email to