Commit all views for ITSA
This commit is contained in:
6
Database Backups/SQL Views/vw_bi_dim_location.sql
Normal file
6
Database Backups/SQL Views/vw_bi_dim_location.sql
Normal file
@@ -0,0 +1,6 @@
|
||||
CREATE OR REPLACE VIEW public.vw_bi_dim_location AS
|
||||
SELECT "intLocationId",
|
||||
"strLocationName" AS "Location",
|
||||
"strLocationType" AS "Location Type"
|
||||
FROM vw_utility_location
|
||||
WHERE ("ysnIsActive" = true);;
|
||||
Reference in New Issue
Block a user