Drop table

Other topics

Basic Drop Table Syntax

db2 connect to {databaseName}
db2 drop table {schema}.{table}
db2 connect reset

The schema is not necessary if it matches the current user name. The "db2" prefix is not necessary if you are already in a DB2 command prompt.

Contributors

Topic Id: 10115

Example Ids: 31044

This site is not affiliated with any of the contributors.