Skip to content

Instantly share code, notes, and snippets.

@mesmacosta
Last active December 11, 2020 17:01
Show Gist options
  • Save mesmacosta/a2ec6f11e1f9ab4a8a69514e828f3e99 to your computer and use it in GitHub Desktop.
Save mesmacosta/a2ec6f11e1f9ab4a8a69514e828f3e99 to your computer and use it in GitHub Desktop.
CREATE TABLE credit_tab_pii (Name varchar(20), CREDIT_CARD varchar(19))
WITH MASK (CREDIT_CARD USING credit_mask(credit_card));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment