There is a column in one of the table which contains sensitive data. I need to mask this value, except the first 4 digits, for instance:
Number: 999*******
Is there any way to achieve this? Or should I write a custom code to do so?
Thanks in advance!