Name

DELETE-RECORDS —

Function

Syntax

       (DELETE-RECORDS &KEY (FROM NIL) (WHERE NIL) (DATABASE *DEFAULT-DATABASE*)) [function] => 

Arguments and Values

Description

Deletes records satisfying the SQL expression WHERE from the table specified by FROM in DATABASE specifies a database which defaults to *DEFAULT-DATABASE*.

Examples

        
      

Side Effects

Affected by

Exceptional Situations

See Also

Notes