RANDOM_STRING
Generate random strings.
Category: Utility Functions
Syntax
RANDOM_STRING(n)Arguments
- n
integerLength hint or row count used to generate random strings.
Returns
VARBINARY — Returns the computed result as VARBINARY.
Usage Notes
This function is volatile. The integer argument controls the generated output rather than supplying a seed.