0
I’m scheduling a personal scheduling project and don’t know how to implement a SELECT in all tasks other than the top 5 of the day.
How do I implement this in mysql?
For example, I have a SELECT * FROM Schedules here : I want to select all after the 5, but without relying on Schedule_id because it can vary a lot in the actual use of the program.
It would be interesting to inform the structure of the tables you use to get in the top 5
– Bins
Thanks for the tip, I’ll edit now to include it
– JTS