Can any one tell why t-sql not allowing using RAND function in side a function
SELECT CAST (RAND() * 10000000 as varchar(20))
the error is
Invalid use of a side-effecting operator 'rand' within a function.
|
Can any one tell why t-sql not allowing using RAND function in side a function
the error is
|
|||||||||||||||||||
|