fix structure query
This commit is contained in:
@@ -53,7 +53,7 @@ begin
|
||||
) as gs
|
||||
)
|
||||
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,
|
||||
coalesce(
|
||||
ep.effective_buy_price_czk_kwh,
|
||||
|
||||
Reference in New Issue
Block a user