Count records
Another easy example to do this is that we use when we have a database of customers and want to count the number of clients beginning with each letter.
That is:
Customer
Alberto
Ana
Manuel
Beginning with "A": 2 records
Beginning with "M": 1 record
See Example: Count Records






























No comments.