Skip to content

Commit

Permalink
Merge pull request #48 from DW-BI-Project/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
gracia10 committed Jul 4, 2023
2 parents ef70adf + d0659af commit e03d6b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ filter as(
, year - continuous_project_start_year AS duration_years
from projects
{% else %}
select year , continuous_project_start_year
select *
, CAST(year AS int) - CAST(continuous_project_start_year AS int) AS duration_years
from projects
{% endif %}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ added as (
WHEN '세종특별자치시' THEN 'KR-50'
WHEN '경기도' THEN 'KR-41'
WHEN '강원도' THEN 'KR-42'
WHEN '강원특별자치도' THEN 'KR-42'
WHEN '충청북도' THEN 'KR-43'
WHEN '충청남도' THEN 'KR-44'
WHEN '전라북도' THEN 'KR-45'
Expand Down

0 comments on commit e03d6b7

Please sign in to comment.