SPDO Procedure

CONSTRAINT REMOVE Statement

Removes a table WHERE constraint from a table.

Requirements: You must have Control permission to remove a WHERE constraint from a table.
You must set the context for the request with the SET ACLUSER statement.

Syntax

CONSTRAINT REMOVE table-name;

Arguments

table-name

specifies the name of the table whose table WHERE constraint you want to remove.

Example

For an example of how the CONSTRAINT REMOVE statement is used, see Example Table Constraint WHERE Clauses.
Last updated: February 3, 2017