Skip to content
Snippets Groups Projects
Commit c14f8fdb authored by Diego Giovane Pasqualin's avatar Diego Giovane Pasqualin
Browse files

telecenter.sql: Return collect_{date,time} as a single timestamp

parent 69382521
No related branches found
No related tags found
No related merge requests found
SELECT
telecenter
, kbits_five_min_to_mbits_sec(down_kbits) AS down_kbits
, kbits_five_min_to_mbits_sec(up_kbits) AS up_kbits
, CAST(collect_time AS varchar) AS collect_time
, CAST(id_date AS varchar) AS id_date
telecenter AS cat
, kbits_five_min_to_mbits_sec(down_kbits) AS down
, kbits_five_min_to_mbits_sec(up_kbits) AS up
, collect_date + collect_time AS timestamp
FROM
fact_net_usage_telecenter
WHERE
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment