Switch names
This commit is contained in:
parent
febb8949f4
commit
864bfb126d
@ -129,8 +129,8 @@ Aggregated AS (
|
|||||||
)
|
)
|
||||||
SELECT
|
SELECT
|
||||||
lane AS Lane,
|
lane AS Lane,
|
||||||
jam_count AS FullCount,
|
jam_count AS JamCount,
|
||||||
full_count AS JamCount,
|
full_count AS FullCount,
|
||||||
COALESCE(SEC_TO_TIME(jam_duration_seconds), '00:00:00') AS JamDuration,
|
COALESCE(SEC_TO_TIME(jam_duration_seconds), '00:00:00') AS JamDuration,
|
||||||
COALESCE(SEC_TO_TIME(full_duration_seconds), '00:00:00') AS FullDuration
|
COALESCE(SEC_TO_TIME(full_duration_seconds), '00:00:00') AS FullDuration
|
||||||
FROM Aggregated
|
FROM Aggregated
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user