zbw.dbproject/MySQL/Skript_POD_View.sql
2018-12-18 16:17:24 +01:00

9 lines
307 B
SQL

CREATE
ALGORITHM = UNDEFINED
DEFINER = `root`@`localhost`
SQL SECURITY DEFINER
VIEW `inventarisierungsloesung`.`v_usageperlocation` AS
SELECT
`inventarisierungsloesung`.`pointofdelivery`.`designation` AS `designation`
FROM
`inventarisierungsloesung`.`pointofdelivery`