CREATE VIEW hs_statistics_view

This commit is contained in:
Michael Hoennig 2024-08-02 10:06:17 +02:00
parent a0f1fcbfb8
commit b8b7a84897

View File

@ -3,6 +3,7 @@
-- ============================================================================ -- ============================================================================
--changeset hs-global-object-statistics:1 endDelimiter:--// --changeset hs-global-object-statistics:1 endDelimiter:--//
-- ---------------------------------------------------------------------------- -- ----------------------------------------------------------------------------
CREATE VIEW hs_statistics_view AS
select * select *
from (select count, "table" as "rbac-table", '' as "hs-table", '' as "type" from (select count, "table" as "rbac-table", '' as "hs-table", '' as "type"
from rbacstatisticsview from rbacstatisticsview