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

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

select "catalog" as table_catalog, "schema" as table_schema, "table" as table_name, name as column_name,
       "catalog" as constraint_catalog, "schema" as constraint_schema, "table" as constraint_name, name as constraint_name
from information_schema.pdx_constraint_column_usage




© 2015 - 2025 Weber Informatics LLC | Privacy Policy