Note: This document is for an older version of GRASS GIS that is outdated. You should upgrade, and read the current addon manual page.
v.db.addcol map=build columns="EXP double" v.db.calc input=myvector field=EXP exp="math.pow([VAL], 0.25)"
v.db.addcol map=build columns="EXP double" v.db.calc input=myvector field=EXP exp="math.pow([VAL], 0.25)" where="HEIGHT>100"
Add a new text column named TXT and populte it concatenating Dr. and the text values of the column NAME:
v.db.addcol map=build columns="TXT varchar(25)" v.db.calc input=edifici field=EXP2 exp="'Dr. '+'[NAME]'"
Last changed: $Date: 2011-11-08 13:56:45 -0800 (Tue, 08 Nov 2011) $
Main index - vector index - Full index
© 2003-2014 GRASS Development Team