-3
I have a box system where every time the box is opened and closed every day is recorded on the table, the box is opened and closed several times a day, however I would like to catch only the first opening of the day and with that list the last 30 days showing only the first opening of each day.
How to mount a select to work this way? I’ve tried limit, top1 none of it worked for me.
Thank you.
puts the sql you already have ready
– Rovann Linhalis