9 lines
307 B
SQL
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` |