Table of Contents
NAME
data:select-rows
- select rows with columns meeting conditions (Decida Procedure)
USAGE
data:select-rows d args
ARGUMENTS
d
data-object name
args
set of column conditions. If first argument is -or or -and, then OR(conditions) or AND(conditions) (default is AND)
RESULTS
data object is packed to rows with columns meeting conditions
EXAMPLE-CALL
d select-rows ID <= 3.0e-12 VBS == 0
AUTHOR
Richard Booth
Table of Contents
NAME
USAGE
ARGUMENTS
RESULTS
EXAMPLE-CALL
AUTHOR