setfields - set fields in an /rdb file
setfields [options] select expression : assignment expressions
eval'd.
setfields acts generally the same way that compute does, except that you can specify (via an expression) the rows upon which to operate. It will set fields to specified values in those rows from the input rdbtable which match an arbitrary expression using column names. Characters that are special to the UNIX shell must be quoted.
This operator reads an rdbtable via STDIN and writes an rdbtable via STDOUT. Options may be abbreviated.
Rows are selected by specifying an expression which will be true for the required rows.
See the rdb_expr document for information on how to specify expressions.
setfields was derived from row, part of perl-rdb 2.5k written by Walter V. Hobbs.
Diab Jerius
$Revision: 1.16 $ $Date: 2001/02/09 20:11:08 $