Update summary.sql

This commit is contained in:
Maximilian Hoffman
2022-12-16 14:36:50 -08:00
committed by GitHub
parent c8e2952188
commit 05fd59db71

View File

@@ -34,5 +34,5 @@ from (
) as cli_mult
from import_perf_results as o
where o.server = 'mysql'
order by 1,2;
order by 1,2
) stats;