Switch names
This commit is contained in:
parent
febb8949f4
commit
864bfb126d
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user