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

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

-- database: presto; groups: system
select
  table_catalog,
  table_schema,
  table_name,
  column_name,
  ordinal_position,
  column_default,
  is_nullable,
  data_type,
  comment
from SYSTEM.information_schema.columns




© 2015 - 2025 Weber Informatics LLC | Privacy Policy