DROP ERROR TABLE Example | Teradata Vantage - 17.00 - Example: Dropping an Error Table - Advanced SQL Engine - Teradata Database
Teradata Vantage™ - SQL Data Definition Language Syntax and Examples
Product
Advanced SQL Engine
Teradata Database
Release Number
17.00
Release Date
September 2020
Content Type
Programming Reference
Publication ID
B035-1144-170K
Language
English (United States)
This example deletes the error table defined on the
orders
table.
DROP ERROR TABLE FOR orders;