<p dir="ltr"></p>
<p dir="ltr">On Aug 4, 2017 9:41 AM, "Vincent Bain" <<a href="mailto:bain@toraval.fr">bain@toraval.fr</a>> wrote:<br>
><br>
> Le vendredi 04 août 2017 à 01:32 -0600, Jeshua Lacock a écrit :<br>
><br>
> > Will I have to use SQLite to do it? I’ve never actually used it directly before, so any examples would be greatly appreciated!<br>
><br>
> you can either operate from an sqlite3 session, or use the grass builtin<br>
> command db.execute.  In your case, it would look like this:<br>
><br>
>         db.execute sql='update my_table set<br>
>         my_new_column=my_former_column'<br>
></p>
<p dir="ltr">In addition, this module should do the job as well:<br>
<a href="https://grass.osgeo.org/grass72/manuals/v.db.update.html">https://grass.osgeo.org/grass72/manuals/v.db.update.html</a></p>
<p dir="ltr">Markus</p>