I have a sql table that I need to extract certain data from. For example:
This is an example of my sql table and I would need to pull Monday's reds for a live tile for my application. And so on, I might need to pull Tuesday's reds or Tuesday's yellows.
Is there a query that can help me achieve this?