The RANDOMBYTES
function returns a RAW
value of the specified length, containing cryptographically random bytes. The signature is:
Parameter
number_bytes
number_bytes
specifies the number of random bytes to return.
Examples
This example uses RANDOMBYTES
to return a value that is 1024 bytes long: