MySQL RAND() FunctionThe rand() is a Math function of MySQL. This function is used to generate the random number. SyntaxReturnsThis function returns a random number or a random number within a range. Example 1Output: ![]() Example 2Output: ![]() Example 3Output: ![]()
Next TopicMySQL Math
|