Monthly Archives: August 2021

Simple SQL to count related records

Here is a basic example of how to use a subquery to return a total count of records. This is particularly useful to show an aspect related to some info that you are working with. This example would count the … Continue reading

Posted in Programming, SQL Server | Leave a comment