MySQL: Automatic refresh

Hello,
I have a table on my dashboard.
The table is filled from a MySQL database. The latest 5 entries are to be output in the table.

Select id, title, date from example order by date desc limit 5

How can Grafana automatically refresh the display of the table every X minutes?
The output is also in the form of a table

Thanks very much.

Grafana will refresh the table as often as the dashboard is set to refresh. The settings by default I think are “Off” (no refresh) or every 10 seconds to every 1 day with various seconds/minutes/days in between.