There are no items in your cart
Add More
Add More
Item Details | Price |
---|
COUNT Function counts the number of rows in a specified column that contains the non-blank values .
In Simple Count function will not count the blank values in a column, it will ignore
Syntax : COUNT(Columnname)
EX: Count customers = Count(Dimcustomer(Customerlist))
Sun Dec 17, 2023
Imran Shaik