What is the difference between count(), count(*), count(function(fieldname)) and count (fieldname)?
this link might help: In SQL, what’s the difference between count(column) and count(*)? - Stack Overflow
1 Like
This makes sense.So, count(*) also includes null values.