SHOW TABLES¶
Lists the tables for which you have access privileges for a specified database or schema.
See the Snowflake documentation for more details.
Syntax¶
Usage notes¶
SHOW TABLES returns the following columns as string types unless otherwise mentioned:
CREATED_ONNAMESCHEMA_NAMEKINDCOMMENTCLUSTER_BYROWS- typeDecimal(38, 0)BYTES- typeDecimal(38, 0)OWNERRETENTION_TIMEAUTOMATIC_CLUSTERINGCHANGE_TRACKINGIS_EXTERNALENABLE_SCHEMA_EVOLUTIONOWNER_ROLE_TYPEIS_EVENTIS_HYBRIDIS_ICEBERGIS_IMMUTABLE
See the Snowflake documentation for descriptions of the columns.
For Iceberg catalogs, only a subset of the columns are supported. The rest will always be set to NULL. Supported columns are:
NAMESCHEMA_NAMEKINDCOMMENTIS_ICEBERG
The TERSE option will return only the following output columns, regardless of catalog:
CREATED_ONNAMESCHEMA_NAMEKIND
All columns will be of type string.