Official comment
Hi Cheryl,
To get the next 5000, add OFFSET 5000 to the end of your query: SELECT Project.Name,ReportedBy.Name,Duration.length FROM Timesheet WHERE ReportedDate>=2021-01-01 and ReportedDate<=2021-08-31 LIMIT 5000 OFFSET 5000
I hope this helps.
Roland