Skip to content

Commit

Permalink
Fjernet order by
Browse files Browse the repository at this point in the history
  • Loading branch information
tendestad committed May 21, 2024
1 parent d15bd6f commit b751864
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -475,7 +475,6 @@ select time, behandling_type, behandling_status, ytelse_type, opprettelsegrunn,
where b.opprettet_tid > systimestamp - 365
) where rnk = 1
group by time, behandling_type, behandling_status, ytelse_type, opprettelsegrunn
order by 1, 2, 3, 4, 5
""";

String metricName = "behandlinger_opprettet_v1";
Expand Down

0 comments on commit b751864

Please sign in to comment.