Names of Logical Entities

Example: Query for returning the names for logical entities

SELECT NAME
FROM EM0.MV_LOGICAL_ENTITY@
ORDER BY 1

Back to Top