Subscribe For Free Updates!

We'll not spam mate! We promise.

SQL COUNT Function

SQL COUNT Function
COUNT (*) returns the number of rows satisfying given conditions.
For example:
SELECT COUNT (*)
FROM SecA_Bal
WHERE Balance >0;
This query will return the answer 3, the number fo rows which have a balance greater than 0, or the number of customers in SecA_Bal owin money.

Please Give Us Your 1 Minute In Sharing This Post!
SOCIALIZE IT →
FOLLOW US →
SHARE IT →
Powered By: BloggerYard.Com