select destination , count(id) from your_table
where MINUTE(time)>= MINUTE(now())-10 and MINUTE(time)< minute(now())
group by destination
LIMIT 10
select destination , count(id) from your_table
where MINUTE(time)>= MINUTE(now())-10 and MINUTE(time)< minute(now())
group by destination
LIMIT 10
So filtern Sie Zeilen mit Nullwerten in der Select-Anweisung in SQL Server - SQL Server / TSQL-Tutorial Teil 110
Vergleich von DBaaS-Failover-Lösungen mit manuellen Wiederherstellungs-Setups
So löschen Sie eine Datenbank mithilfe von TSQL und GUI - SQL Server / TSQL-Tutorial Teil 25
Datenbankhistorisierung