Commit all views for ITSA
This commit is contained in:
8
Database Backups/SQL Views/vw_bi_fct_prices.sql
Normal file
8
Database Backups/SQL Views/vw_bi_fct_prices.sql
Normal file
@@ -0,0 +1,8 @@
|
||||
CREATE OR REPLACE VIEW public.vw_bi_fct_prices AS
|
||||
SELECT "intPriceCurveId",
|
||||
"dtmPriceDate" AS "Price Date",
|
||||
"dblHighPrice" AS "High",
|
||||
"dblLowPrice" AS "Low",
|
||||
"dblOpenPrice" AS "Open",
|
||||
"dblPriceValue" AS "Price Value"
|
||||
FROM vw_utility_price_curve_prices;;
|
||||
Reference in New Issue
Block a user