zbw.dbproject/MySQL/Skript_POD_View.sql

9 lines
307 B
MySQL
Raw Permalink Normal View History

2018-12-18 16:17:24 +01:00
CREATE
ALGORITHM = UNDEFINED
DEFINER = `root`@`localhost`
SQL SECURITY DEFINER
VIEW `inventarisierungsloesung`.`v_usageperlocation` AS
SELECT
`inventarisierungsloesung`.`pointofdelivery`.`designation` AS `designation`
FROM
`inventarisierungsloesung`.`pointofdelivery`