SQL Server Transact Basic to Expert - Using Mathematical Operator function RAND

This blog show how to use the RAND function to get the random value between 0 and 1 using SQL

Example:

SELECT RAND() RandomNumber


RAND() is the function used to get the random number