comments
This commit is contained in:
@@ -1,3 +1,4 @@
|
|||||||
|
-- vergleiche Tagesdurchschnitt und 12-Uhr-Durchschnitt
|
||||||
with
|
with
|
||||||
twelve_avg as (
|
twelve_avg as (
|
||||||
select
|
select
|
||||||
@@ -35,6 +36,7 @@ with
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
-- zaehle Verteilung bei 12-Uhr-Durchschnitt
|
||||||
with
|
with
|
||||||
day_avg as (
|
day_avg as (
|
||||||
select
|
select
|
||||||
|
Reference in New Issue
Block a user