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.
Applies to: ✅ Azure Data Explorer
Drops an external table mapping.
Syntax
.drop external table ExternalTableName mapping MappingName
Learn more about syntax conventions.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| ExternalTableName | The name of the external table to which to assign the mapping. | ||
| MappingName | The name of the mapping. |
Example
.drop external table MyExternalTable mapping "Mapping1"