bugl
bugl
HomeLearnPatternsPathsSearchPremium
HomeLearnPatternsPaths

Loading lesson path

Learn/SQL/SQL References
SQL•SQL References

MS Access Count() Function

Example

SELECT Count(ProductID) AS NumberOfProducts FROM Products;

Definition and Usage

The Count() function returns the number of records returned by a select query.

Note

NULL values are not counted.

Syntax

Count(
expression
)

Parameter Values

ParameterDescription
expressionRequired. A field or a string value

Technical Details

Works in:From Access 2000

Previous

MS Access Cos() Function

Next

MS Access Exp() Function