William A. Perkins wrote: > > Maciej> BTW - anybody knows how to just copy a column from table to > Maciej> table? Or update an existing column in one column with the > Maciej> content of a column in another table? That's be the easiest > Maciej> workaround. > > What I usually end up doing is temporarily connecting to a Postgres > database, for which this statement works (in your example): > ... >
Not sure but v.db.join comes to mind... it includes even a trick to make joins in SQLite (which isn't really supported by it). Markus -- View this message in context: http://www.nabble.com/-grass-code-R--506--v.what.rast-should-be-able-to-use-other-methods-like-bilinear-tf4589359.html#a13106492 Sent from the Grass - Dev mailing list archive at Nabble.com. _______________________________________________ grass-dev mailing list [email protected] http://grass.itc.it/mailman/listinfo/grass-dev

