MySQL Forums
Forum List  »  General

Re: Right hand side position of substring
Posted by: Allan Ashby
Date: September 10, 2015 09:17AM

Hi Peter

Thanks for your response

The app writes the SSN's into a data table and then audits this action in the log table. I have written encryption to encrypt the SSN in teh data table which is working fine.

We've decided against encrypting the log table because of the string being very long and instead opted to just blank the SSN out.

The string will never be the same either so i can't set @cmd to be a particular section of SQL, the name will differ per record and of course the SSN differs.

Thanks,
Allan

Options: ReplyQuote


Subject
Written By
Posted
Re: Right hand side position of substring
September 10, 2015 09:17AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.