• Hi Sean ...

    can you please suggest me any way to achive the following objective.?

    what should I do , in order to restrict other 5 users , having same access as me on the server, so that they can not get an idea about that sensitive information in "clientAccountNumber" column.?

    e.g.

    Current table looks like

    clientName ClientSalary clientAccountnumber

    James 30000 123456

    Panze 45000 923854

    Jibar 40000 325658

    I want them to see somthing like,

    clientName ClientSalary clientAccountnumber

    James 30000 (*mn>>

    Panze 45000 (*&gdb

    Jibar 40000 *(s^5s

    according to my research on google, i found Data Making can be the solution, but I may be wrong too.

    Please Help.