I have a box system where every time the box is opened and closed per day is registered in the table, the box is opened and closed several times a day, however I would like to only pick up the first opening of the day and with that list the last 30 days showing only the first opening of each day.
How do I mount a select to work this way? already tried limit, top1 none of that worked for me.
Thank you.