COUNT, Count Number of Records

Syntax : COUNT(field)

Example : SELECT COUNT(Satuan) AS 'CountSatuan' FROM Barang;

COUNT function is used to calculate the number of records from a field in a table that is not worth NULL


No comments:

Post a Comment