Commit all views for ITSA
This commit is contained in:
9
Database Backups/SQL Views/vw_bi_dim_product.sql
Normal file
9
Database Backups/SQL Views/vw_bi_dim_product.sql
Normal file
@@ -0,0 +1,9 @@
|
||||
CREATE OR REPLACE VIEW public.vw_bi_dim_product AS
|
||||
SELECT "intProductId",
|
||||
"strProductCode" AS "Product Code",
|
||||
"strProductDescription" AS "Description",
|
||||
"ysnActive" AS "Is Active",
|
||||
"strTemplate" AS "Template",
|
||||
"strTemplateCode" AS "Template Code",
|
||||
"strDefaultUom" AS "Default Uom"
|
||||
FROM vw_utility_product pr;;
|
||||
Reference in New Issue
Block a user