A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://docs.snowflake.com/en/sql-reference/sql/desc-external-table below:

Website Navigation


DESCRIBE EXTERNAL TABLE | Snowflake Documentation

DESCRIBE EXTERNAL TABLE

Describes the VALUE column and virtual columns in an external table.

DESCRIBE can be abbreviated to DESC.

See also:

DROP EXTERNAL TABLE , ALTER EXTERNAL TABLE , CREATE EXTERNAL TABLE , SHOW EXTERNAL TABLES

DESCRIBE VIEW

Syntax
DESC[RIBE] [ EXTERNAL ] TABLE <name> [ TYPE =  { COLUMNS | STAGE } ]

Copy

Parameters
name

Specifies the identifier for the external table to describe. If the identifier contains spaces or special characters, the entire string must be enclosed in double quotes. Identifiers enclosed in double quotes are also case sensitive.

Usage notes Examples

Create an example external table:

CREATE EXTERNAL TABLE emp ( ... );

Copy

Describe the columns in the table:


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4