DBMS_RANDOM.VALUE_UDF
Definition
This user-defined function (UDF) is to replicate the functionality of the Oracle DBMS_RANDOM.VALUE function.
Parameters
No input parameters.
Returns
Returns a double
number with a random number.
Usage example
Input:
Output:
Last updated