Password
The Password()
function returns a text that contains a randomly generated strong password with a specified number of characters.
This function is NOT SQL compatible. For more information about SQL compatibility, see our documentation.
Returns a text by default of 8 characters.
Returns Unknown
if one of the parameter values is unknown or outside the common valid boundaries.
Syntax
Parameters
Name
Type
Required
Description
num_chars
numeric
☑️
a number representing the amount of characters of the generated password. Should be at least 4, higher is better.
Last updated