The table in this example is named Employee. Use the Teradata SQL DROP TABLE command to delete any existing version of the Employee table from the database:
bteq .logon tdpid/username,password DROP TABLE employee; .quit
The table in this example is named Employee. Use the Teradata SQL DROP TABLE command to delete any existing version of the Employee table from the database:
bteq .logon tdpid/username,password DROP TABLE employee; .quit