View hinzugefügt
This commit is contained in:
parent
6a7e5de347
commit
6b63816738
@ -1,3 +1,5 @@
|
|||||||
|
-- Test von ronny
|
||||||
|
|
||||||
DROP DATABASE IF EXISTS inventarisierungsloesung;
|
DROP DATABASE IF EXISTS inventarisierungsloesung;
|
||||||
|
|
||||||
CREATE DATABASE IF NOT EXISTS Inventarisierungsloesung
|
CREATE DATABASE IF NOT EXISTS Inventarisierungsloesung
|
||||||
|
9
MySQL/Skript_POD_View.sql
Normal file
9
MySQL/Skript_POD_View.sql
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
CREATE
|
||||||
|
ALGORITHM = UNDEFINED
|
||||||
|
DEFINER = `root`@`localhost`
|
||||||
|
SQL SECURITY DEFINER
|
||||||
|
VIEW `inventarisierungsloesung`.`v_usageperlocation` AS
|
||||||
|
SELECT
|
||||||
|
`inventarisierungsloesung`.`pointofdelivery`.`designation` AS `designation`
|
||||||
|
FROM
|
||||||
|
`inventarisierungsloesung`.`pointofdelivery`
|
Loading…
Reference in New Issue
Block a user