fix structure query
This commit is contained in:
@@ -53,7 +53,7 @@ begin
|
|||||||
) as gs
|
) as gs
|
||||||
)
|
)
|
||||||
select
|
select
|
||||||
row_number() over (order by s.interval_start) - 1 as slot_ord,
|
(row_number() over (order by s.interval_start) - 1)::int as slot_ord,
|
||||||
s.interval_start,
|
s.interval_start,
|
||||||
coalesce(
|
coalesce(
|
||||||
ep.effective_buy_price_czk_kwh,
|
ep.effective_buy_price_czk_kwh,
|
||||||
|
|||||||
Reference in New Issue
Block a user