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

sql-tests.testcases.system.selectInformationSchemaTables.sql Maven / Gradle / Ivy

The newest version!
-- database: trino; groups: system
SELECT
  table_catalog,
  table_schema,
  table_name,
  table_type
FROM system.information_schema.tables




© 2015 - 2024 Weber Informatics LLC | Privacy Policy