Skip to content

Commit

Permalink
For issue #190, this is to remove the 3 explicit year references in t…
Browse files Browse the repository at this point in the history
…he data fields for obj_investments
  • Loading branch information
hatfieldjm4 committed Jan 5, 2024
1 parent 0d984ed commit bf9b0b5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions api/queries/GET/get_investments.sql
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ SELECT DISTINCT invest.Investment_Id AS ID,
REGEXP_REPLACE(invest.primary_service_area, '[0-9]+ - ', '') AS PSA, -- Remove Leading Numbers
invest.Updated_Date,

invest.`Total IT Spending FY2019 (PY) ($ M)` AS Total_Spend_PY,
invest.`Total IT Spending FY2020 (CY) ($ M)` AS Total_Spend_CY,
invest.`Total IT Spending FY2021 (BY) ($ M)` AS Total_Spend_BY,
invest.`Total IT Spending (PY) ($ M)` AS Total_Spend_PY,
invest.`Total IT Spending (CY) ($ M)` AS Total_Spend_CY,
invest.`Total IT Spending (BY) ($ M)` AS Total_Spend_BY,
invest.`DME PY Agency Funding ($ M)` AS DME_Agency_Fund_PY,
invest.`DME PY Contributions ($ M)` AS DME_Contributions_PY,
invest.`DME CY Agency Funding ($ M)` AS DME_Agency_Fund_CY,
Expand Down

0 comments on commit bf9b0b5

Please sign in to comment.