duro::delete - delete tuples from a table
duro::delete tablename ?whereExpression? txId
Deletes all tuples for which whereExpression evaluates to true from the table specified by tablename. If whereExpression is not specified, all tuples are deleted.
$Id: delete.html,v 1.3 2006/02/20 20:35:04 rhartmann Exp $