Skip to content

Commit

Permalink
Fix paste error
Browse files Browse the repository at this point in the history
  • Loading branch information
nesnoj committed Nov 9, 2022
1 parent 91d4f0b commit 9d4e368
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ UPDATE demand.egon_loadarea AS t1
(
SELECT
nuts3,
sueGon2021m(demand) as demand
sum(demand) as demand
FROM demand.egon_demandregio_hh
WHERE
scenario = 'eGon2035'
Expand Down

0 comments on commit 9d4e368

Please sign in to comment.