SSC-EWI-TS0057
The user must previously define the masking role.
Severity
Low
Description
This is EWI occurs when a MASKING POLICY is created and a role or privilege must be linked to it so the data masking could work properly.
Code Example
Input code
ALTER TABLE tableName
ALTER COLUMN columnName
ADD MASKED WITH (FUNCTION = 'partial(1, "xxxxx", 1)');Output code:
Recommendations
If you need more support, you can email us at [email protected]
Last updated
