I need a single query/subquery for the following result.
Assuming the fields in a single table are Date¦Product¦Sales, I want to return all products that had fewer sales yesterday than the day before.
What would be the query for this?
Thanks in advance.