Hi,
do you consider a db.join script to be useful?
db.join --help
Description:
Allows to join a table into another table.
Keywords:
database, attribute table
Usage:
db.join table=name column=string otable=name ocolumn=string
[--verbose] [--quiet]
Flags:
--v Verbose module output
--q Quiet module output
Parameters:
table Table to join into
column Join column in first table
otable Other table name
ocolumn Join column in other table
what it does:
- check for duplicate column names, adds a "b" if found
- adds new column(s) to be joined
- joins (all expect DBF is supported)
?
Markus
_______________________________________________
grass-dev mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/grass-dev