DELETE
DELETE deletes rows that satisfy the WHERE clause from the specified source. The source must support deletion operations.
Syntax
DELETE FROM [ function : IRowsInputDelete ] [ WHERE search_condition [, ...] ]
DELETE deletes rows that satisfy the WHERE clause from the specified source. The source must support deletion operations.
DELETE FROM [ function : IRowsInputDelete ] [ WHERE search_condition [, ...] ]