Switch names

This commit is contained in:
b.makharadze 2025-05-29 13:45:07 +04:00
parent febb8949f4
commit 864bfb126d

View File

@ -129,8 +129,8 @@ Aggregated AS (
)
SELECT
lane AS Lane,
jam_count AS FullCount,
full_count AS JamCount,
jam_count AS JamCount,
full_count AS FullCount,
COALESCE(SEC_TO_TIME(jam_duration_seconds), '00:00:00') AS JamDuration,
COALESCE(SEC_TO_TIME(full_duration_seconds), '00:00:00') AS FullDuration
FROM Aggregated