1db.droptable(1) Grass User's Manual db.droptable(1)
2
3
4
6 db.droptable
7
9 db.droptable removes an existing database table.
10
12 If parameters for database connection are already set with db.connect,
13 they are taken as default values and do not need to be spcified each
14 time.
15
17 Remove an existing attribute table connected through odbc
18
19 db.droptable table=test driver=odbc database=g60test
20
21
22 Remove attribute table with if database connection is set with db.con‐
23 nect
24
25 db.droptable table=test
26
27
29 db.describe, db.droptable, db.execute, db.login, db.tables, GRASS SQL
30 interface
31
33 Radim Blazek, ITC-Irst, Trento, Italy
34
35 Last changed: $Date: 2005/12/10 17:49:50 $
36
37 Full index
38
39
40
41GRASS 6.2.2 db.droptable(1)