Deze pagina is nog niet beschikbaar in uw eigen taal. We werken er hard aan om meer taalversies toe te voegen. Bedankt voor uw steun.

DROP REDACTION POLICY

Updated on 2024-12-19 GMT+08:00

Function

DROP REDACTION POLICY deletes a data masking policy applied to a specified table.

Precautions

Only the table owner has the permission to delete a data redaction policy.

Syntax

1
DROP REDACTION POLICY [ IF EXISTS ] policy_name ON table_name;

Parameter Description

  • IF EXISTS

    Sends a notice instead of throwing an error if the redaction policy to be deleted does not exist.

  • policy_name

    Specifies the name of the masking policy to be deleted.

  • table_name

    Specifies the name of the table with the masking policy to be deleted.

Examples

Delete the masking policy mask_emp from table emp:

1
DROP REDACTION POLICY mask_emp ON emp;
Feedback

Feedback

Feedback

0/500

Selected Content

Submit selected content with the feedback