AES_ENCRYPT (value, key)
Argument
| Required/
| Description
|
---|---|---|
value
| Required
| String datatype. Value you want to encrypt.
|
key
| Required
| String datatype. Precision of 16 characters or fewer.
|
AES_ENCRYPT( SSN, SUBSTR( SSN,1,3 ))
|
|
---|---|
|
|
|
|
|
|
|
|
|
|