* Wildcard delete/nullify

Nullify or delete using a wildcard.

Modes

Mode 0. This mode deletes all records identified by the profile.

Mode 1. This mode updates the foreign key fields to NULL (the DBMS’s native missing value symbol) for all records identified by the value of the relevant foreign key fields.

Conditions

The table for which the wildcard is requested is open.

Description

This request performs cascading and NULL deletes using wildcard characters in a profile.

Related Topics