I have a data table that contains STATUS and ADJCODE. I need to write s SQL query that counts records by STATUS and ADJCODE and send an email to a group of people with result of the counts.
I know how to count and group records as far as writing the SQL query, but I don’t have any idea how to incorporate the email part.
Please advise.
Thanks.
I know how to count and group records as far as writing the SQL query, but I don’t have any idea how to incorporate the email part.
Please advise.
Thanks.
Comment