I have databases representing some states. I want to get a count of records for each instead of having to query each individual database. So I want the output to look like:
WY 12345
PA 1678
CT 187654
I have databases representing some states. I want to get a count of records for each instead of having to query each individual database. So I want the output to look like:
WY 12345
PA 1678
CT 187654