Commit all views for ITSA
This commit is contained in:
14
Database Backups/SQL Views/vw_bi_dim_price_curve.sql
Normal file
14
Database Backups/SQL Views/vw_bi_dim_price_curve.sql
Normal file
@@ -0,0 +1,14 @@
|
||||
CREATE OR REPLACE VIEW public.vw_bi_dim_price_curve AS
|
||||
SELECT "intPriceCurveId",
|
||||
"strPriceDescription" AS "Description",
|
||||
"strPriceIndex" AS "Index",
|
||||
"strCurrency" AS "Currency",
|
||||
"strUnit" AS "Unit",
|
||||
"strPriceCurveType" AS "Type",
|
||||
"strPriceArea" AS "Area",
|
||||
"strPriceCalendar" AS "Calendard",
|
||||
"strPricingType" AS "Pricing Type",
|
||||
"dtmPricingStartDate" AS "Pricing Start Date",
|
||||
"dtmPricingEndDate" AS "Pricing End Date",
|
||||
"strPricingMonth" AS "Pricing Month"
|
||||
FROM vw_utility_price_curve p;;
|
||||
Reference in New Issue
Block a user