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

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

select "catalog" as table_catalog,
       "schema"  as table_schema,
       name      as table_name,
       type_name as table_type
from information_schema.pdx_tables
order by "catalog", "schema", name, type_name




© 2015 - 2025 Weber Informatics LLC | Privacy Policy