All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.googlecode.paradox.information_schema.table_privileges.sql Maven / Gradle / Ivy

The newest version!
select distinct grantor,
                grantee,
                "catalog" as table_catalog,
                "schema"  as table_schema,
                "table"   as table_name,
                type      as privilege_type,
                is_grantable
from information_schema.pdx_column_privileges




© 2015 - 2024 Weber Informatics LLC | Privacy Policy