NAME
db.droptable - Remove a table from database.
SYNOPSIS
db.droptable
db.droptable help
db.droptable table=string [driver=string] [database=string]
Parameters:
- table=string
- table name
- driver=string
- driver name
- Options: dbf,shp,odbc,pg,ogr
- database=string
- database name
DESCRIPTION
db.droptable removes an existing database table.
NOTE
If parameters for database connection are already set with
db.connect, they are taken as default values and
do not need to be spcified each time.
EXAMPLE
Remove an existing attribute table connected through odbc
db.droptable table=test driver=odbc
database=g51test
Remove attribute table with if database connection is set with db.connect
db.droptable table=test
SEE ALSO
db.createdb, db.databases, db.describe, db.droptable, db.execute, db.tables
AUTHOR
Radim Blazek, ITC-Irst, Trento, Italy
Help Index