Commit all views
This commit is contained in:
@@ -4,5 +4,7 @@ CREATE OR REPLACE VIEW public.vw_bi_fct_prices AS
|
||||
"dblHighPrice" AS "High",
|
||||
"dblLowPrice" AS "Low",
|
||||
"dblOpenPrice" AS "Open",
|
||||
"dblPriceValue" AS "Price Value"
|
||||
"dblPriceValue" AS "Price Value",
|
||||
"dtmMaxPriceDate" AS "Last Price Date",
|
||||
"ysnIsLatestPrice" AS "Is Latest Price"
|
||||
FROM vw_utility_price_curve_prices;;
|
||||
|
||||
Reference in New Issue
Block a user