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$