81
MySQL RAND() Function
The rand() is a Math function of MySQL. This function is used to generate the random number.
Syntax
Returns
This function returns a random number or a random number within a range.
Example 1
Output:
Example 2
Output:
Example 3
Output:
Next TopicMySQL Math