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.describe,
db.droptable,
db.execute,
db.login,
db.tables,
GRASS SQL interface
AUTHOR
Radim Blazek, ITC-Irst, Trento, Italy
Last changed: $Date: 2004/12/08 13:45:39 $
Help Index