Common Content for Data Engineering
- Common Content for Data Engineering 10.2.1
- All Products
AES_ENCRYPT (value, key)
Argument | Required/ Optional | Description |
---|---|---|
value | Required
| String datatype. Value you want to encrypt.
|
key | Required
| String datatype. Precision of 16 characters or fewer. You can use mapping variables for the key.
|
AES_ENCRYPT( SSN, SUBSTR( SSN,1,3 ))
|
|
---|---|
|
|
|
|
|
|
|
|
|
|