Adds a table WHERE constraint to a table.
Requirements: | You must have Control permission to add a WHERE constraint on a table. |
You must set the context for the request with the SET ACLUSER statement. |
specifies the name of the table on which to apply the table WHERE constraint.
specifies a WHERE clause. A table constraint WHERE clause can be any WHERE clause that the server can parse and interpret. The WHERE clause can use any function that SPD Server supports. Generally, the WHERE clause uses symbolic substitution to create row-level security that is based on the values for user ID, group, or special privilege.