Hello All,
Need one info on UPDATE SQL query
how can i write the below postscript in custom SQL box so i no need hook the postscript to masking job
Or kindly help me to how to handle below use case
can i write update statement in CUSTOM SQL box ?
example of postscript :
UPDATE
SCHEMA.
TABLE a SET
COLUMN = CASE_ID ,RC_DESCRLONG= 'MASKED BY GDPR' where trim(replace(RC_SUMMARY, chr(9),' ')) is not null;
commit
------------------------------
Pankaj Asegaonkar
Delphix Community Members
------------------------------