![]() |
Prev | Next |
dismodat.py database modify
table_name column_name row_expression value_expression
statement_one statement_two ...
dismod_at.modify_command(database, arg_list)
arg_list[0]
is
table_name
,
arg_list[1]
is
column_name
,
e.t.c.
True
or False
.
Only rows where the expression is True
are modified.
True
.
from math import exp
This would make the function
exp(x)
available for use
in
row_expression
and
value_expression
.