LucidDbDelete
From LucidDB Wiki
Syntax
DELETE FROM qualified-table-name [ [ AS ] alias ] [ WHERE predicate-expression ]
See LucidDbValueExpression for specification of predicate-expression.
Example
DELETE FROM warehouse.timesheet_fact AS f WHERE f.hours_worked < 8;