Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
In this article
Applies to: ✅ Azure Data Explorer
Returns a specified external table or all external tables in the database.
This command is relevant to any external table of any type. For an overview of external tables, see external tables.
You must have at least Database User, Database Viewer, Database Monitor to run these commands. For more information, see role-based access control.
.show
external
tables
.show
external
table
TableName
Learn more about syntax conventions.
Name | Type | Required | Description |
---|---|---|---|
TableName | string |
✔️ | The name of the external table to show. |
Output parameter | Type | Description |
---|---|---|
TableName | string |
Name of external table |
TableType | string |
Type of external table |
Folder | string |
Table's folder |
DocString | string |
String documenting the table |
Properties | string |
Table's JSON serialized properties (specific to the type of table) |
.show external tables
.show external table T
TableName | TableType | Folder | DocString | Properties |
---|---|---|---|---|
T | Blob | ExternalTables | Docs | {} |