Name

duro::delete - delete tuples from a table

Synopsis

duro::delete tablename ?whereExpression? txId

Description

Deletes all tuples for which whereExpression evaluates to true from the table specified by tablename. If whereExpression is not specified, all tuples are deleted.

See Also

Expressions

$Id$