I have basic SQL knowledge which doesnt allow me to do what I am about to ask, nor do I know if it's even possible. But here's my problem:
I have a database table that stores sales postings from each day. I need to be able to verify that no days are missing in the table (the software we use isn't perfect, and doesnt always post the sales). Is there some way I can go through the table, and end up having the query tell me which days were not found in the table? As of now, I am looking through these tables manually, and there's probabaly at least 100 of them...
I have a database table that stores sales postings from each day. I need to be able to verify that no days are missing in the table (the software we use isn't perfect, and doesnt always post the sales). Is there some way I can go through the table, and end up having the query tell me which days were not found in the table? As of now, I am looking through these tables manually, and there's probabaly at least 100 of them...